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

Transfer model to apple core ml #76

Open
markzhong88 opened this issue Jul 5, 2017 · 2 comments
Open

Transfer model to apple core ml #76

markzhong88 opened this issue Jul 5, 2017 · 2 comments

Comments

@markzhong88
Copy link

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

@3DTOPO
Copy link

3DTOPO commented Jul 5, 2017

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

@engahmed1190
Copy link

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

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