Really exiting

This commit is contained in:
augustin64 2023-01-29 09:47:29 +01:00
parent bc18a7cb34
commit 1121d11577

View File

@ -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));