Commit Graph

615 Commits

Author SHA1 Message Date
julienChemillier
89402b9ee6 Replace numbers by defines 2023-03-08 20:48:34 +01:00
4aea4d6321 Remove unnecessary tests from GH Actions 2023-03-03 22:18:25 +01:00
c9a890a20a This workaround seems better
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c34
2023-03-03 22:14:42 +01:00
cdbabd21be Update test/cnn_structure 2023-03-03 22:06:25 +01:00
6362382e91 Remove warning [-Wunused-result] 2023-03-03 22:06:09 +01:00
9d54b1e4ea Rename variables 2023-03-03 21:59:51 +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
7f88acf17f Add float clip(float) to update.c 2023-03-02 10:35:25 +01:00
c45b21e322 Rename MAX_RESEAU to CLIP_VALUE 2023-03-01 19:12:57 +01:00
95ce123587 Fix wrong argument for pooling (forward) 2023-03-01 09:37:40 +01:00
0b8ed61a32 Update .gitignore 2023-02-28 13:17:41 +01:00
87b37aee80 Update benchmark scripts 2023-02-28 13:16:39 +01:00
1db6c6824d Fix typo 2023-02-28 13:15:16 +01:00
79312caace Use printf_error and printf_warning when needed 2023-02-28 13:14:51 +01:00
4b87b19188 Add bias to make_dense_linearized 2023-02-28 11:47:57 +01:00
c1b4f55929 Fix *average* pooling 2023-02-27 18:53:13 +01:00
9b8aa1caf8 Add loss information 2023-02-24 14:36:48 +01:00
e1fff4089b Update benchmark_binary.py 2023-02-24 11:48:02 +01:00
julienChemillier
4df1bf7b5b Suppression de warning durant la compilation 2023-02-24 11:03:51 +01:00
julienChemillier
b7b90f9cab Add cross_entropy backpropagation 2023-02-24 11:01:59 +01:00
b89c651174 Align memory addresses when allocating for CUDA
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#device-memory-accesses
2023-02-22 15:08:14 +01:00
a049f578af Add print_memory & fix gree 2023-02-19 16:28:34 +01:00
6071a3608b Improve consistency across headers 2023-02-19 15:08:02 +01:00
5bd5397356 Remove some warnings 2023-02-19 15:02:21 +01:00
383d3bebfd Check device memory block size
& add pretty-prints
& remove some warnings
2023-02-19 15:01:58 +01:00
julienChemillier
76f17371de Change of documention in 'struct.h' 2023-02-19 13:54:00 +01:00
julienChemillier
1d462576a9 Change 'input_size' to 'size_input' 2023-02-19 13:43:09 +01:00
julienChemillier
c13772c291 Change 'w' and 'd_w' to 'weights' and 'd_weights' 2023-02-19 13:38:33 +01:00
julienChemillier
3148dd56ad Add convolution_layer.png 2023-02-19 12:54:28 +01:00
julienChemillier
9ed53ceabb Change 'output_units' to 'size_output' 2023-02-19 12:53:08 +01:00
julienChemillier
c67d2bf697 Change 'input_units' to 'size_input' 2023-02-19 12:50:27 +01:00
julienChemillier
3d1a5a5021 Add 'leaky_relu' activation function 2023-02-19 12:13:03 +01:00
6a98d2d9cf Add cuda_memory_management test 2023-02-19 10:31:19 +01:00
2d46136609 Fix memory_management not used in CUDA 2023-02-19 10:28:18 +01:00
63ef37dc56 Add count_null_weights 2023-02-19 10:22:42 +01:00
db92b367ad Fix abusive unnecessary use of shared memory 2023-02-19 10:22:22 +01:00
ec36801732 Fix make webserver 2023-02-19 10:21:26 +01:00
e181deab1e Fix gree 2023-02-18 14:10:52 +01:00
1fdb9ff37a Fix get_length calling the wrong function 2023-02-18 14:06:01 +01:00
julienChemillier
444f2b5931 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2023-02-18 13:27:05 +01:00
julienChemillier
a461e0756a Oupsi 2023-02-18 13:26:26 +01:00
f60a80f8c5 Fix typo 2023-02-18 13:10:42 +01:00
5c7c013d91 Change headers 2023-02-18 13:10:00 +01:00
795d8b68d7 Add custom memory_management 2023-02-18 13:03:08 +01:00
julienChemillier
62fe4deeca Change 'fully_connected' to 'dense' 2023-02-18 12:53:38 +01:00
julienChemillier
866e2f9a16 Fix non defined variable in initialisation.c 2023-02-17 18:13:59 +01:00
julienChemillier
3f9114c245 Change fully_connected to dense 2023-02-17 14:56:05 +01:00
julienChemillier
98290092dc Merge branch 'main' of https://github.com/julienChemillier/TIPE 2023-02-17 14:53:19 +01:00
julienChemillier
5c0a728017 Modification of backpropagation_explaination.md 2023-02-17 14:52:29 +01:00