You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: