fix an outdated comment
This commit is contained in:
parent
74a3581cc6
commit
dda5a956bd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user