Block a user
4e1cf3e627
cnn: Remove STORE_IMAGES_TO_RAM option
446aa2c734
Edit comment
84759caf0b
Remove PI constant redefinition
858c071bed
cnn-export-cuda: check if nvcc is available
957c17a1df
Add cnn-export-cuda
ec138581c2
cnn: Add option to disable random offset
3183339b7a
dense: Add random offset option
a2cd6ef551
change comments
dd9613f159
matrix mul:Add comments
46aa64da01
cnn/export:write_image:Increase brightness
94c14cedba
cnn/config: add FREE_ALL_OPT
5d306f39ee
backpropagation: fix misaligned addresses
bed3d3123e
backpropagation: Fix padding issues
08993ade85
cnn/train: add newline & change initialisation
5738892142
Add detailed train timings
964687d1b4
mem management:avoid potential infinite allocation
a4b42445c1
Add VGG16 architecture with 227x227 image input
4fcfba5b33
Attempt to fix VGG16 architecture
dbd5362d7d
utils:cuda: Select best available GPU
e1617a72a8
cnn: Remove warnings
4625ad2992
mem management: remove warning
9db15e96ac
Update headers and Makefile to reflect
4910137
491013713d
Split creation.c & create models.c
13e786d34b
cnn/neuron_io: track compatibility
0fb23c9b15
cnn/make:dense_linearized: fix wrong indices
3d7b641965
backpropagation:conv: fix misaligned address
37ba3a5976
cnn/convolution: fix misaligned address issue