mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Really exiting
This commit is contained in:
parent
bc18a7cb34
commit
1121d11577
@ -98,6 +98,7 @@ void train(int dataset_type, char* images_file, char* labels_file, char* data_di
|
||||
bool compatibility = check_cuda_compatibility();
|
||||
if (!compatibility) {
|
||||
printf("Exiting.\n");
|
||||
exit(1);
|
||||
}
|
||||
#endif
|
||||
srand(time(NULL));
|
||||
|
Loading…
Reference in New Issue
Block a user