Skip to content

Commit

Permalink
Merge pull request #2292 from sharkfisher:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624871330
  • Loading branch information
copybara-github committed Apr 15, 2024
2 parents f278011 + 62da04c commit 7f900f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/en/tutorials/images/transfer_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@
"\n",
"history_fine = model.fit(train_dataset,\n",
" epochs=total_epochs,\n",
" initial_epoch=history.epoch[-1],\n",
" initial_epoch=len(history.epoch),\n",
" validation_data=validation_dataset)"
]
},
Expand Down Expand Up @@ -1087,7 +1087,6 @@
"accelerator": "GPU",
"colab": {
"name": "transfer_learning.ipynb",
"provenance": [],
"toc_visible": true
},
"kernelspec": {
Expand Down

0 comments on commit 7f900f7

Please sign in to comment.