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.
2 parents f278011 + 62da04c commit 7f900f7Copy full SHA for 7f900f7
site/en/tutorials/images/transfer_learning.ipynb
@@ -930,7 +930,7 @@
930
"\n",
931
"history_fine = model.fit(train_dataset,\n",
932
" epochs=total_epochs,\n",
933
- " initial_epoch=history.epoch[-1],\n",
+ " initial_epoch=len(history.epoch),\n",
934
" validation_data=validation_dataset)"
935
]
936
},
@@ -1087,7 +1087,6 @@
1087
"accelerator": "GPU",
1088
"colab": {
1089
"name": "transfer_learning.ipynb",
1090
- "provenance": [],
1091
"toc_visible": true
1092
1093
"kernelspec": {
0 commit comments