DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

fix a bug in tf amp notebook

Open BestJuly opened this issue 3 years ago • 0 comments

In the notebook, the variable score is not defined in the code. Need to use score = model.evaluate(x_test, y_test) to obtain the score first.

BestJuly avatar Sep 20 '22 07:09 BestJuly