-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Matcaffe2 #1913
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
Matcaffe2 #1913
Conversation
|
Note that @jeffdonahue has a potential patch for N-D blobs in matcaffe: #1970 (comment). That will be brought in here rather than #1970. |
|
Thanks for helping out with this @bharath272 and @s-gupta if you have questions let me know. |
…t layers and blobs info
Added setters and getters to handle interactions with caffe added set_input_blobs and set_output_blobs Added set_input_blobs and set_output_blobs, simplifying forward and backward
|
Does this version of Matlab interface support training a model (Perform forward and then update the model weights by performing backward)? |
|
When will matcaffe2 be out in master branch? |
This PR resurrects #501. The good work started by @sguada will be finished by @bharath272 and @s-gupta who have a lot of MATLAB and Caffe experience.