https://github.com/rogerchern/vcaffe
visualize log file produced by caffe framework
https://github.com/rogerchern/vcaffe
Last synced: 4 months ago
JSON representation
visualize log file produced by caffe framework
- Host: GitHub
- URL: https://github.com/rogerchern/vcaffe
- Owner: RogerChern
- License: mit
- Created: 2016-05-06T02:19:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T00:50:48.000Z (about 10 years ago)
- Last Synced: 2025-04-28T16:01:47.621Z (about 1 year ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vCaffe
Visualize log file produced by the caffe deep learning framework. Try it at http://rogerchern.github.io/vcaffe . An example is available at http://rogerchern.github.io/vcaffe/#/gist/62be7fbde0355ec649081756177b4b3b
## Usage
Just open the visualizeLog.htm in Chrome (other browser might be OK, but I didn't test on them) and drag your log file to it.
## Log file format
Your output blob should have name `loss` and `accuracy`. Otherwise it will not work.