Commit Graph

615 Commits

Author SHA1 Message Date
37771f76ed Update tests 2023-11-10 23:09:48 +01:00
6f076e67c5 Fix Adam Optimiser 2023-07-12 15:10:29 +02:00
b659247283 Update doc/ 2023-07-12 14:58:44 +02:00
4e28c79ce1 Remove redundant definitions 2023-07-12 14:55:59 +02:00
588aec2fb8
Merge pull request #3 from augustin64/macos 2023-07-12 14:19:57 +02:00
02f6aad718
Merge branch 'julienChemillier:macos' into macos 2023-07-12 14:05:55 +02:00
881f81e0e9 Merge commits from 'origin/main' 2023-07-12 14:00:58 +02:00
julienChemillier
a6ed449e1c
Merge pull request #6 from julienChemillier/Finetuning_deepening
Finetuning deepening
2023-07-12 13:50:38 +02:00
julienChemillier
e661a4178d Fix some MacOS compatibility issues 2023-06-26 18:09:21 +02:00
6c7112b9b5 remove openmp dependency
time may not be accurate (now using processor time instead of real time)
2023-06-26 16:45:06 +02:00
5c712c0120 Remove unnecessary includes 2023-06-26 16:39:25 +02:00
5045ae0c9b Add schema-fichiers.png 2023-06-09 12:29:38 +02:00
4e1cf3e627 cnn: Remove STORE_IMAGES_TO_RAM option 2023-06-05 21:06:21 +02:00
446aa2c734 Edit comment 2023-06-05 21:04:47 +02:00
84759caf0b Remove PI constant redefinition 2023-06-05 21:00:55 +02:00
b72227496e Update README.md 2023-06-04 17:33:44 +02:00
13c76cb002 Redefine NOT_OUTSIDE with a macro 2023-06-03 16:04:29 +02:00
julienChemillier
6f0b360dc9 Remove Adam optimize options by default 2023-05-31 11:15:46 +02:00
38bcfb700e test_network: Fix number of categories 2023-05-31 10:39:10 +02:00
julienChemillier
7e4f9167fa Fix free issue 2023-05-31 08:52:14 +02:00
julienChemillier
3d0af7da2a Merge branch 'Finetuning_deepening' of https://github.com/julienChemillier/TIPE into Finetuning_deepening 2023-05-30 16:02:50 +02:00
julienChemillier
ba05923c78 Remove an useless allocation of memory 2023-05-30 13:52:13 +02:00
7e90b15671 Merge remote-tracking branch 'upstream/main' into Finetuning_deepening 2023-05-28 09:30:52 +02:00
d63fb2c870 cnn/make: Fix misaligned address 2023-05-28 09:26:12 +02:00
julienChemillier
d916c6c86b Rectification of a d_network leak 2023-05-28 09:12:52 +02:00
julienChemillier
d7d5a7ae6e Reduce arguments in functions in 'free.c' 2023-05-28 09:07:30 +02:00
858c071bed cnn-export-cuda: check if nvcc is available 2023-05-27 22:26:09 +02:00
957c17a1df Add cnn-export-cuda 2023-05-27 22:23:50 +02:00
julienChemillier
4ad116511e Fix an argument error in 'backpropagation' file 2023-05-27 21:09:04 +02:00
julienChemillier
84e552105a Modification in the structures 2023-05-27 20:22:29 +02:00
julienChemillier
208b121c73 Add a new classe: 'D_Network' 2023-05-26 22:16:26 +02:00
julienChemillier
fade0aa28d Add 'finetuning' variable to the Network class 2023-05-26 20:46:58 +02:00
771bfcaf70 cnn: write of images larger than the input 2023-05-26 15:51:05 +02:00
julienChemillier
fe7b111fdf
Create LICENSE 2023-05-25 17:03:54 +02:00
julienChemillier
5ec7bab488 Add finetuning option 2023-05-25 16:32:37 +02:00
ec138581c2 cnn: Add option to disable random offset 2023-05-25 13:31:55 +02:00
3183339b7a dense: Add random offset option 2023-05-25 11:00:49 +02:00
a2cd6ef551 change comments 2023-05-25 10:40:19 +02:00
dd9613f159 matrix mul:Add comments 2023-05-25 10:38:45 +02:00
46aa64da01 cnn/export:write_image:Increase brightness 2023-05-25 10:37:33 +02:00
julienChemillier
10a9714db9 Removal of an useless comment 2023-05-21 11:54:54 +02:00
94c14cedba cnn/config: add FREE_ALL_OPT 2023-05-20 22:45:40 +02:00
5d306f39ee backpropagation: fix misaligned addresses 2023-05-20 20:15:36 +02:00
bed3d3123e backpropagation: Fix padding issues
This issue can cause a segfault since 4633329
2023-05-20 20:04:22 +02:00
julienChemillier
8e8a57c5b3 Fix 'convolution.c' padding issues 2023-05-20 15:43:31 +02:00
08993ade85 cnn/train: add newline & change initialisation 2023-05-19 23:29:46 +02:00
5738892142 Add detailed train timings 2023-05-19 21:48:08 +02:00
964687d1b4 mem management:avoid potential infinite allocation 2023-05-19 17:43:56 +02:00
julienChemillier
a4b42445c1 Add VGG16 architecture with 227x227 image input 2023-05-19 17:28:07 +02:00
julienChemillier
4fcfba5b33 Attempt to fix VGG16 architecture 2023-05-19 17:27:03 +02:00