julienChemillier
|
7e4f9167fa
|
Fix free issue
|
2023-05-31 08:52:14 +02:00 |
|
julienChemillier
|
ba05923c78
|
Remove an useless allocation of memory
|
2023-05-30 13:52:13 +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 |
|
julienChemillier
|
84e552105a
|
Modification in the structures
|
2023-05-27 20:22:29 +02:00 |
|
julienChemillier
|
fade0aa28d
|
Add 'finetuning' variable to the Network class
|
2023-05-26 20:46:58 +02:00 |
|
|
94c14cedba
|
cnn/config: add FREE_ALL_OPT
|
2023-05-20 22:45:40 +02:00 |
|
|
e1617a72a8
|
cnn: Remove warnings
|
2023-05-16 11:49:46 +02:00 |
|
|
07369c3905
|
free: Add comment
|
2023-05-15 11:35:24 +02:00 |
|
|
19005366d3
|
mem management: add faster way to free all memory
|
2023-05-15 10:44:09 +02:00 |
|
julienChemillier
|
a68805894f
|
Change in comments of 'free.c' and 'free.h'
|
2023-05-13 11:17:32 +02:00 |
|
|
fd36226600
|
Move generic files to src/common
|
2023-05-12 16:16:34 +02:00 |
|
julienChemillier
|
5f684d9f91
|
Implementation of Adam Optimizer
|
2023-03-27 18:17:50 +02:00 |
|
julienChemillier
|
1bd92074ab
|
Back to multiple bias implementation
|
2023-03-18 13:25:58 +01:00 |
|
julienChemillier
|
2a88621c34
|
Change bias implementation to fix keras's one
|
2023-03-12 11:13:26 +01:00 |
|
julienChemillier
|
89402b9ee6
|
Replace numbers by defines
|
2023-03-08 20:48:34 +01:00 |
|
|
1db6c6824d
|
Fix typo
|
2023-02-28 13:15:16 +01:00 |
|
julienChemillier
|
c13772c291
|
Change 'w' and 'd_w' to 'weights' and 'd_weights'
|
2023-02-19 13:38:33 +01:00 |
|
julienChemillier
|
c67d2bf697
|
Change 'input_units' to 'size_input'
|
2023-02-19 12:50:27 +01:00 |
|
|
5c7c013d91
|
Change headers
|
2023-02-18 13:10:00 +01:00 |
|
|
c0ad845c05
|
Merge branch 'main' of https://github.com/julienChemillier/TIPE.git
|
2023-02-01 10:53:28 +01:00 |
|
julienChemillier
|
46ce52802e
|
merge
|
2023-01-30 09:39:45 +01:00 |
|
|
64e1cf0ad5
|
Implement custom memory management
|
2023-01-28 22:04:38 +01:00 |
|
julienChemillier
|
7fdd869d6e
|
Fix Kernel size
|
2023-01-17 15:25:34 +01:00 |
|
|
c78c8a0ade
|
Update linearisation detection
|
2023-01-17 12:49:35 +01:00 |
|
julienChemillier
|
df8d4f264e
|
Deletion of last_d_bias and last_d_weights
|
2022-11-03 16:29:53 +01:00 |
|
julienChemillier
|
d5c7c03f82
|
Add of input_z and and fix of issues
|
2022-10-31 20:08:42 +01:00 |
|
|
cf050de1d6
|
Move to Makefile
|
2022-10-24 12:54:51 +02:00 |
|
Julien Chemillier
|
e618989632
|
Modification in the structure
|
2022-10-08 14:13:02 +02:00 |
|
|
b64561f64f
|
Add copy_network
|
2022-10-05 11:20:26 +02:00 |
|
Julien Chemillier
|
75709589c2
|
Add free_network
|
2022-10-05 11:10:13 +02:00 |
|
Julien Chemillier
|
8ea6062440
|
Leak repairs in free.c/h
|
2022-10-02 16:16:14 +02:00 |
|
Julien Chemillier
|
1d0bc02f7b
|
Correction of a free issue
|
2022-09-28 10:14:20 +02:00 |
|
|
be8f1bb5cb
|
Add debug statements
|
2022-09-26 18:00:31 +02:00 |
|
Julien Chemillier
|
d236055a6d
|
Creation of the folder 'include'
|
2022-09-16 14:53:35 +02:00 |
|
|
8b4b7b19f6
|
Rename src/mnist_cnn -> src/cnn
|
2022-09-12 17:56:44 +02:00 |
|