Skip to content

Instantly share code, notes, and snippets.

@firstfu
Created April 25, 2019 06:27
Show Gist options
  • Save firstfu/9301531dd4ab9831e2e14f4c32ae545a to your computer and use it in GitHub Desktop.
Save firstfu/9301531dd4ab9831e2e14f4c32ae545a to your computer and use it in GitHub Desktop.
##評價模型數據(loss + acc)
model.evaluate(x_test, [yN1_test, yN2_test, yN3_test])
##取得評價模型返回值key
model.metrics_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment