Skip to content

Tags: kingloo2014/tiny-dnn

Tags

v1.0.0a3

Toggle v1.0.0a3's commit message
Fix segfault in MinGW environment (tiny-dnn#426)

v1.0.0a2

Toggle v1.0.0a2's commit message
Update author list

v1.0.0a

Toggle v1.0.0a's commit message
v0.1.1 -> v1.0.0a

v0.1.1

Toggle v0.1.1's commit message
Add authors & modify license

v0.1.0

Toggle v0.1.0's commit message
v0.0.1 -> v.0.1.0

- Now we can handle non-sequential model as ```network<graph>``` tiny-dnn#108
tiny-dnn#153
- Catch up the latest format of caffe's proto tiny-dnn#162
- Improve the default behaviour of re-init weight tiny-dnn#136
- Add more tests and documents tiny-dnn#73
- Remove dependency of OpenCV in MNIST example

v0.0.1

Toggle v0.0.1's commit message
Merge pull request tiny-dnn#148 from jamseams/maxpool_fix

Added the set_worker_count() call to other maxpoollayer constructor.