Skip to content
Snippets Groups Projects
Commit 78733d7d authored by tomrink's avatar tomrink
Browse files

minor...

parent 23b4149a
Branches
No related tags found
No related merge requests found
......@@ -1001,6 +1001,7 @@ class IcingIntensityFCN:
ckpt.restore(ckpt_manager.latest_checkpoint)
if TRACK_MOVING_AVERAGE:
for idx, var in enumerate(self.model.trainable_variables):
var.assign(self.ema_trainable_variables[idx])
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment