Skip to content

Commit

Permalink
Add title. (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Apr 30, 2020
1 parent a6b4671 commit d9edc62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/average_optimizers_callback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"id": "qFdPvlXBOdUN"
},
"source": [
"# Title"
"# Model Averaging"
]
},
{
Expand Down Expand Up @@ -120,7 +120,7 @@
"\n",
"## Model Average Checkpoint \n",
"\n",
"> ```callbacks.ModelCheckpoint``` doesn't give you the option to save moving average weights in the middle of traning, which is why Model Average Optimizers required a custom callback. Using the ```update_weights``` parameter, ```ModelAverageCheckpoint``` allows you to:\n",
"> `callbacks.ModelCheckpoint` doesn't give you the option to save moving average weights in the middle of traning, which is why Model Average Optimizers required a custom callback. Using the ```update_weights``` parameter, ```ModelAverageCheckpoint``` allows you to:\n",
"1. Assign the moving average weights to the model, and save them.\n",
"2. Keep the old non-averaged weights, but the saved model uses the average weights."
]
Expand Down Expand Up @@ -621,4 +621,4 @@
]
}
]
}
}

0 comments on commit d9edc62

Please sign in to comment.