-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
A clear(er) workflow for arbitary data / model. #2790
Comments
It would be great to have more thorough tutorial documentation, and we're happy to receive PRs for or link to such things. If you're looking for someone to answer these questions, caffe-users is the right venue for that; this tracker is for specific issues and bugs. |
@kushalkafle Even I am looking for some example which is not using the image dataset. If you have any example, post it as a reply for this. Thanks. |
I created this post at a time when I had very little understanding of both caffe and github etiquette. Like @longjon said, this is not the forum to ask for help but report and track bugs and errors. You should search on caffe-users google groups. That being said, I'll try to outline some resources and tips to get you started. Both caffe examples and support for python bindings have improved significantly since the time I made this post. First thing you want to do is carefully go through examples (ipython notebooks) in examples folder. You can open them in the browser or an ipython notebook in your own computer. Specifically go over this and this. Second example goes through creation of hdf5 dataset (non-image) and classifying it. Hopefully, that will get you started. It does take some time to get used to things in caffe. Good Luck ! |
Hello everyone,
I'm pretty new to Caffe and path to learning Caffe has been pretty non-linear. I have done my best to find the information I want with no success. So far, I can run the examples and I can successfully modify configuration files to make it work on my own image classification problem. ( At least to the degree suggested by the first reply from this thread. [https://github.com//issues/550]. Validation and testing was also relatively easy for existing networks or pre-trained models.
But even after following the rest of that thread and links [https://github.com//pull/691] and other methods of creating the hdf5 data (both in python and MATLAB), I am unable to figure out a way to train my own network mainly due to lack of understanding about how the pieces sit together.
Could I request a very top level workflow for a arbitrary data, be in an image or a feature vector of other kind? Specifically, I think it will be helpful for a lot of beginner to address following questions.
In a nutshell, A top-level workflow for a task like the following could be very helpful to get a good feel for the workflow in using caffe for research.
Thank you.
edit: Some clarifications
The text was updated successfully, but these errors were encountered: