Revision 7b3ac40be38dd2ace67ed0ff481ee113a0f07211 authored by nic25 on 07 March 2018, 11:40:52 UTC, committed by Przemysław Dolata on 07 March 2018, 11:40:52 UTC
draw_net.py refactoring and optional LR visualization

* refactoring `get_layer_label`

rewrote the function body to make it more streamlined.
does not affect inputs and outputs

* optionally visualize LR when drawing the network

adds an option to `python/draw_net.py` that allows to visualize information
about the learning rate multiplier (if relevant) when drawing the network's
graph.
1 parent 379a3ba
History
File Mode Size
.github
cmake
data
docker
docs
examples
include
matlab
models
python
scripts
src
tools
.Doxyfile -rw-r--r-- 99.5 KB
.gitignore -rw-r--r-- 1.2 KB
.travis.yml -rw-r--r-- 1.9 KB
CMakeLists.txt -rw-r--r-- 4.1 KB
CONTRIBUTING.md -rw-r--r-- 1.9 KB
CONTRIBUTORS.md -rw-r--r-- 620 bytes
INSTALL.md -rw-r--r-- 210 bytes
LICENSE -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 23.5 KB
Makefile.config.example -rw-r--r-- 4.6 KB
README.md -rw-r--r-- 2.4 KB
caffe.cloc -rw-r--r-- 1.2 KB

README.md

back to top