Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DuenoHfao committed Mar 7, 2023
1 parent 3395053 commit 1b2dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_torch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@
}
],
"source": [
"for i in range(0, 4):\n",
"for i in range(0, 4): #plot both graphs\n",
" print(\"GRU Evaluation for Cell {}\".format(i + 5))\n",
" gru_outputs, targets, gru_MAE, gru_RMSE = evaluate(gru_model, test_x[i], test_y[i], label_sc)\n",
" plt.figure(figsize=(14, 10))\n",
Expand Down

0 comments on commit 1b2dc13

Please sign in to comment.