hereismari / tensorflow-maml

TensorFlow 2.0 implementation of MAML.
Apache License 2.0
84 stars 20 forks source link

Train all steps in eval_sine_test #2

Closed roschly closed 5 years ago

roschly commented 5 years ago

Ensure all steps are actually trained in eval_sine_test, even when the step isn't logged.

hereismari commented 5 years ago

Hey @roschly,

Indeed! Thanks for the fix!