Skip to content

Commit c794cb5

Browse files
arjungtensorflow-copybara
authored andcommitted
Update graph-NSL tutorial after renaming of the graph_loss metric name in NSL v1.3.0.
PiperOrigin-RevId: 324266753
1 parent 3754e21 commit c794cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g3doc/tutorials/graph_keras_lstm_imdb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@
13811381
"acc = graph_reg_history_dict['accuracy']\n",
13821382
"val_acc = graph_reg_history_dict['val_accuracy']\n",
13831383
"loss = graph_reg_history_dict['loss']\n",
1384-
"graph_loss = graph_reg_history_dict['graph_loss']\n",
1384+
"graph_loss = graph_reg_history_dict['scaled_graph_loss']\n",
13851385
"val_loss = graph_reg_history_dict['val_loss']\n",
13861386
"\n",
13871387
"epochs = range(1, len(acc) + 1)\n",

0 commit comments

Comments
 (0)