DeepLearningExamples
DeepLearningExamples copied to clipboard
fix a bug in tf amp notebook
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.