Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If i'm intending on using tensor flow? #37

Closed
AliaMYH opened this issue Apr 19, 2017 · 3 comments
Closed

If i'm intending on using tensor flow? #37

AliaMYH opened this issue Apr 19, 2017 · 3 comments

Comments

@AliaMYH
Copy link

AliaMYH commented Apr 19, 2017

I want to convert my caffe network to keras, but this fork only supports this for theano. I'm intending on using the tensorflow backend for my project, and was wondering how i could do that? What would i have to modify in the created models?

I'm not entirely sure what the difference between the two backends are besides the channel ordering.

@MarcBS

@MarcBS
Copy link
Owner

MarcBS commented Apr 19, 2017

If you are simply interested in converting models and using the normal layers available in Keras then there should be no problem. You should be able to use either TF or TH.

The thing is that we can only assure that the additional multimodal layers that we have developed are working on TH. Not all of them are guaranteed to work on TF.

@AliaMYH
Copy link
Author

AliaMYH commented Apr 19, 2017

The multimodal layers being the LSTMs etc? If my model only has the typical conv, maxpooling and dropout etc it should be fine ?

My goal is to convert the models, and then train them, or use them to make predictions

@lvapeab
Copy link
Collaborator

lvapeab commented Jan 10, 2018

Closing this, as we now fully support TF.

@lvapeab lvapeab closed this as completed Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants