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
Is there any way I can transfer the .t7 model to apple machine learning model using the latest iOS 11 core ml? In that case, I can call the model in iPhone without renting a server
The text was updated successfully, but these errors were encountered:
If we could get the trained model in Caffe or Keras then it should be possible.
I tried converting a trained Torch .t7 model to a Caffe model using Facebook's torch2caffe utility, but apparently, the model uses custom class(es) that are not automatically convertible. I don't recall the exact name of the custom class but I think it was Reflection2D or something like that...
Is there any way I can transfer the .t7 model to apple machine learning model using the latest iOS 11 core ml? In that case, I can call the model in iPhone without renting a server
The text was updated successfully, but these errors were encountered: