Commit Graph

357 Commits

Author SHA1 Message Date
julienChemillier
df8d4f264e Deletion of last_d_bias and last_d_weights 2022-11-03 16:29:53 +01:00
julienChemillier
0e317549a5 Creation of update (.h and .c) 2022-11-03 16:28:03 +01:00
julienChemillier
3a029b3d16 Add resources 2022-11-03 16:26:03 +01:00
1316418a92 Revert "Update tests.yml"
This reverts commit deefbd59fb.
2022-11-03 12:41:37 +01:00
Augustin
deefbd59fb
Update tests.yml
Change gcc version
2022-11-03 12:40:06 +01:00
julienChemillier
f065224d3c Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-03 11:34:42 +01:00
f30cf0229a Fix convolution 2022-11-03 11:26:08 +01:00
julienChemillier
ac76fa3f8b Fix of an error 2022-11-03 11:04:47 +01:00
julienChemillier
03944c4e0f Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-03 11:03:31 +01:00
augustin64
3f0a469a34
Delete make.sh 2022-11-03 10:08:01 +01:00
ee6b6c7fc4 Update convolution.cu
Fix compilation with `extern "C" { ... }`
2022-11-03 10:05:21 +01:00
julienChemillier
59a536aad7 Add print files (non tested) 2022-11-01 18:06:52 +01:00
julienChemillier
caffef3477 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-01 18:05:16 +01:00
1608256e43 Add cuda convolution 2022-11-01 17:24:29 +01:00
julienChemillier
a1dba81e17 Add 'get_function_activation' function 2022-11-01 11:20:17 +01:00
julienChemillier
3d63e9e63b Updates in comments 2022-11-01 10:10:43 +01:00
julienChemillier
025e669942 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-01 10:02:58 +01:00
julienChemillier
d5c7c03f82 Add of input_z and and fix of issues 2022-10-31 20:08:42 +01:00
897351ccba Trying to resolve compilation failing in workflow 2022-10-28 12:32:25 +02:00
julienChemillier
d6d69a1acb Add functions for batches (non tested) 2022-10-26 18:27:46 +02:00
julienChemillier
816f7ea334 Add 'get_function_activation' function 2022-10-26 17:32:54 +02:00
3d812701f7 New implementation of CUDA matrix multiplication 2022-10-25 17:49:58 +02:00
a140ef36a3 Update tests.yml 2022-10-24 14:11:59 +02:00
504edbdad0 Update test.yml 2022-10-24 14:10:38 +02:00
76e4ed80a1 Update Makefile 2022-10-24 14:09:10 +02:00
02ad00e09a Add exception if nvcc is not installed 2022-10-24 14:08:18 +02:00
340e2fb5d2 Update tasks.json 2022-10-24 13:56:32 +02:00
888bc0d141 Add .gitkeep 2022-10-24 12:57:07 +02:00
cf050de1d6 Move to Makefile 2022-10-24 12:54:51 +02:00
35ac91585f Update CUDA matrix_multiplication test 2022-10-21 14:36:26 +02:00
757d641580 Remove unused CUDA code 2022-10-21 14:22:57 +02:00
6ebbfda127 Update matrix_multiplication.cu 2022-10-19 13:05:59 +02:00
0f5867ebb6 Remove parallel 2022-10-19 13:04:57 +02:00
a9e704a7bc Update matrix_multiplication 2022-10-14 19:56:39 +02:00
9c560ef534 Add matrix_multiplication test 2022-10-14 18:17:29 +02:00
31e11f8d90 Add check_cuda_compatibility() 2022-10-14 17:54:12 +02:00
4839872c9b Fix bad use of cudaMemcpy 2022-10-14 16:30:28 +02:00
augustin64
bc5f491f1f
Merge branch 'julienChemillier:main' into main 2022-10-14 15:46:21 +02:00
afe4c982e7 Add matrix_multiplication.cu 2022-10-14 15:45:47 +02:00
Julien Chemillier
e618989632 Modification in the structure 2022-10-08 14:13:02 +02:00
Julien Chemillier
638cada723 Add mean squared error (MSE) 2022-10-07 15:32:54 +02:00
e4ec06705b Update train.c 2022-10-07 14:26:36 +02:00
7fff1652c5 Update neuron_io.c 2022-10-05 11:28:29 +02:00
b64561f64f Add copy_network 2022-10-05 11:20:26 +02:00
Julien Chemillier
60a4976dd6 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-10-05 11:10:24 +02:00
Julien Chemillier
75709589c2 Add free_network 2022-10-05 11:10:13 +02:00
1f563f5f23 Minor changes 2022-10-04 12:43:37 +02:00
Julien Chemillier
a29e8a2c0f Simplification of the creation of Lenet5 2022-10-03 10:22:12 +02:00
Julien Chemillier
659463e4b7 Fix issue in lenet5 2022-10-03 10:06:31 +02:00
Julien Chemillier
a604c96476 Add learning rate 2022-10-03 10:04:11 +02:00