mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Loss-graph store automatically (iterations == max_batches) at the end of training
This commit is contained in:
@ -248,7 +248,7 @@ void cudnn_convolutional_setup(layer *l, int cudnn_preference)
|
||||
//printf("Tensor Cores - Backward-filter enabled: l->bf_algo = CUDNN_CONVOLUTION_BWD_FILTER_ALGO_WINOGRAD_NONFUSED \n");
|
||||
|
||||
if (fw == 2 && bd == 2 && bf == 2) printf("TF ");
|
||||
else if (fw >= 1 && bd >= 1 && bf >= 1) printf("TH ");
|
||||
else if (fw == 1 && bd == 1 && bf == 1) printf("TH ");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user