texture_nets
texture_nets copied to clipboard
Transfer model to apple core ml
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
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...
have you find any way around, I have found a library called torch2coreml but this respiratory failed to be converted