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
Very good overview, but I think you missed a feature in caffe - Networks can be written in python in recent versions of caffe. See for example: https://github.com/beijbom/beijbom_python_lib/blob/master/beijbom_caffe_tools.py
There is a python syntax to generate the network, which is then written to text file and re-read upon training.
The text was updated successfully, but these errors were encountered:
Very good overview, but I think you missed a feature in caffe - Networks can be written in python in recent versions of caffe. See for example:
https://github.com/beijbom/beijbom_python_lib/blob/master/beijbom_caffe_tools.py
There is a python syntax to generate the network, which is then written to text file and re-read upon training.
The text was updated successfully, but these errors were encountered: