Meta-optimization / L2L

Learning to Learn: Gradient-free Optimization framework
https://meta-optimization.github.io/L2L/
GNU General Public License v3.0
15 stars 14 forks source link

l2l-template.py does not contain experiment.end_experiment(optimizer) #43

Closed DeLaVlag closed 4 years ago

DeLaVlag commented 4 years ago

https://github.com/Meta-optimization/L2L/blob/master/bin/l2l-template.py does not contain the call to experiment.end_experiment(optimizer). Please add for completeness.