We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754e21 commit c794cb5Copy full SHA for c794cb5
g3doc/tutorials/graph_keras_lstm_imdb.ipynb
@@ -1381,7 +1381,7 @@
1381
"acc = graph_reg_history_dict['accuracy']\n",
1382
"val_acc = graph_reg_history_dict['val_accuracy']\n",
1383
"loss = graph_reg_history_dict['loss']\n",
1384
- "graph_loss = graph_reg_history_dict['graph_loss']\n",
+ "graph_loss = graph_reg_history_dict['scaled_graph_loss']\n",
1385
"val_loss = graph_reg_history_dict['val_loss']\n",
1386
"\n",
1387
"epochs = range(1, len(acc) + 1)\n",
0 commit comments