mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +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();
|
bool compatibility = check_cuda_compatibility();
|
||||||
if (!compatibility) {
|
if (!compatibility) {
|
||||||
printf("Exiting.\n");
|
printf("Exiting.\n");
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
srand(time(NULL));
|
srand(time(NULL));
|
||||||
|
Loading…
Reference in New Issue
Block a user