reproduce/reproduce_iterate_distance.py [25:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    'momentum': 0.9,
    'decay': 0.0001,
    'lr': 0.1,
    'lr_reduction': "150-225",
    'batch_size': 128,
    'epochs': 3,
    'log_diagnostics': True,
    'log_diagnostics_every_epoch': True,
    'log_diagnostics_deciles': True,
    }

run.run(runargs)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



reproduce/reproduce_locking_plot.py [25:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    'momentum': 0.9,
    'decay': 0.0001,
    'lr': 0.1,
    'lr_reduction': "150-225",
    'batch_size': 128,
    'epochs': 3,
    'log_diagnostics': True,
    'log_diagnostics_every_epoch': True,
    'log_diagnostics_deciles': True,
    }

run.run(runargs)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



