ec138581c2
cnn: Add option to disable random offset
2023-05-25 13:31:55 +02:00
a2cd6ef551
change comments
2023-05-25 10:40:19 +02:00
94c14cedba
cnn/config: add FREE_ALL_OPT
2023-05-20 22:45:40 +02:00
5738892142
Add detailed train timings
2023-05-19 21:48:08 +02:00
julienChemillier
a4b42445c1
Add VGG16 architecture with 227x227 image input
2023-05-19 17:28:07 +02:00
491013713d
Split creation.c & create models.c
2023-05-15 18:23:30 +02:00
37ba3a5976
cnn/convolution: fix misaligned address issue
2023-05-15 11:55:50 +02:00
2f333bfc1d
config.h: reduce default CUDA blocksize
2023-05-15 11:36:18 +02:00
329e213e1f
write image: automatically detect padding
2023-05-15 11:34:23 +02:00
julienChemillier
003183d3fd
Add VGG16 architecture
2023-05-14 19:00:40 +02:00
julienChemillier
de48f11e78
Fix a mistake i just did
2023-05-14 18:52:28 +02:00
julienChemillier
19757b1c0d
Fix some mistakes
2023-05-14 18:50:52 +02:00
julienChemillier
8de03863fa
Removal of useless lines
2023-05-14 18:22:29 +02:00
a7df405d08
Fixes for cuda compilation following 3b9ad3d
2023-05-14 18:12:52 +02:00
julienChemillier
de79f98ad5
Add AlexNet architecture
2023-05-14 17:40:50 +02:00
julienChemillier
3b9ad3db4d
Merge of function in 'src/common/include/utils.h'
2023-05-14 15:56:58 +02:00
julienChemillier
46333299bd
Add stride, padding to the backprop of convolution
2023-05-14 15:21:07 +02:00
julienChemillier
815a87ee1e
Change in comment of 'struct.h'
2023-05-14 14:09:40 +02:00
julienChemillier
db9eff9087
Add stride and padding to the backward poolings
2023-05-14 13:08:52 +02:00
321994df2b
Fix cuda compilation
2023-05-13 22:42:13 +02:00
julienChemillier
c0808b9240
Change notation toward a consensus
2023-05-13 17:22:47 +02:00
julienChemillier
521a1bb729
Add definition of 'convolution_not_outside'
2023-05-13 15:50:01 +02:00
julienChemillier
f316882eeb
Add 'stride' and 'padding' to the forward
2023-05-13 13:37:46 +02:00
julienChemillier
a68805894f
Change in comments of 'free.c' and 'free.h'
2023-05-13 11:17:32 +02:00
693dee581e
Move 'min' and 'max' definition to commons/utils
2023-05-12 16:17:47 +02:00
7c2c911976
cnn/export.c: Ajout de visual-propagation
...
Cette option permet de visualiser l'état des différentes couches
après propagation sur une image donnée
(fonctionne uniquement sur des datasets MNIST pour le moment)
2023-05-08 18:53:04 +02:00
julienChemillier
af288166d6
Ajout stride dans average_ pooling et max_pooling
2023-05-08 11:32:58 +02:00
julienChemillier
6e022fbd44
Ajout de 'stride' dans 'make_convolution'
2023-05-08 11:11:55 +02:00
3198e6f2d0
Load image from a separate thread
2023-04-02 17:34:31 +02:00
710306a286
Remove duplicated functions
2023-03-31 15:16:53 +02:00
7511856621
Translate backward convolution to CUDA
...
Not working yet, CUDA kernels in `backpropagation.cu` don't have access to activation functions declared in `function.cu` using `get_activation_function_cuda`.
Temporary workaround: copy `backpropagation.cu` parts that don't work to `function.cu` (all the parts using function pointers in kernels
2023-03-30 18:16:41 +02:00
5088c415d6
Add comments to config.h
2023-03-30 18:11:19 +02:00
dd16e34cce
extern "C" get_activation_function_cuda
2023-03-30 18:11:00 +02:00
eeff720ae4
Add CUDA blocksize to config.h
2023-03-28 12:54:49 +02:00
julienChemillier
5f684d9f91
Implementation of Adam Optimizer
2023-03-27 18:17:50 +02:00
677de892e7
Add function.cu
...
Translate `apply_function_input` and `get_activation_function` to CUDA
2023-03-26 17:14:07 +02:00
e4003aea28
Add config.h
2023-03-24 15:21:57 +01:00
7da6541937
Rename BOUND_RELU to RELU_CLIP_VALUE
2023-03-24 15:12:31 +01:00
b893f11da0
Add random offset to mnist images during learning
2023-03-22 13:03:19 +01:00
julienChemillier
1bd92074ab
Back to multiple bias implementation
2023-03-18 13:25:58 +01:00
00ac29b1d0
Update train.h parameters
2023-03-17 15:46:30 +01:00
c078d75ca6
Rename mnist network to dense for consistency
2023-03-15 21:27:57 +01:00
julienChemillier
84e05a732b
Change of a line
2023-03-13 18:47:32 +01:00
julienChemillier
2a88621c34
Change bias implementation to fix keras's one
2023-03-12 11:13:26 +01:00
3a50b08179
Add max_pooling backward
2023-03-10 18:19:23 +01:00
julienChemillier
9d2d61703d
Replace min_float by fminf
2023-03-09 14:27:23 +01:00
julienChemillier
fec4651946
Add 3 new types of initialisation
2023-03-09 06:57:51 +01:00
julienChemillier
89402b9ee6
Replace numbers by defines
2023-03-08 20:48:34 +01:00
796a94207f
Add comments to cnn.c
2023-03-03 21:58:05 +01:00
177aaa869c
Reduce redundancy in function.c
2023-03-03 21:56:42 +01:00