fix an outdated comment

This commit is contained in:
Janne Sinivirta 2017-12-25 09:05:25 +02:00
parent 74a3581cc6
commit dda5a956bd

View File

@ -97,7 +97,7 @@ SPACE = {
def log_results(results):
"if results is better than _TO_BEAT show it"
""" log results if it is better than any previous evaluation """
global CURRENT_BEST_LOSS
if results['loss'] < CURRENT_BEST_LOSS: