Fixed nan issue for training with CUDNN_HALF=1 by using Tensor Cores

This commit is contained in:
AlexeyAB
2018-12-07 22:40:10 +03:00
parent 21a4ec9390
commit 7c2f302321
9 changed files with 318 additions and 249 deletions

View File

@ -42,6 +42,7 @@ typedef struct network{
int *steps;
int num_steps;
int burn_in;
int cudnn_half;
int adam;
float B1;