texture_nets icon indicating copy to clipboard operation
texture_nets copied to clipboard

Transfer model to apple core ml

Open markzhong88 opened this issue 7 years ago • 2 comments

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

markzhong88 avatar Jul 05 '17 12:07 markzhong88

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...

3DTOPO avatar Jul 05 '17 21:07 3DTOPO

have you find any way around, I have found a library called torch2coreml but this respiratory failed to be converted

engahmed1190 avatar Sep 27 '17 10:09 engahmed1190