Skip to content

Commit

Permalink
Merge branch 'master' into upgradeTFver
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Aug 6, 2019
2 parents 9b80e4b + f3b1024 commit df36d04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deepcell/notebooks/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,12 @@ def make_notebook(data,
# Set up training parameters
training_kwargs = {
'model': 'model',
'dataset': 'DATA_FILE',
'dataset': 'os.path.join(DATA_DIR, DATA_FILE + ".npz")',
'expt': '"{}"'.format(train_type + ('_' + transform if transform else '')),
'optimizer': 'optimizer',
'batch_size': 'batch_size',
'n_epoch': 'n_epoch',
'direc_save': 'MODEL_DIR',
'direc_data': 'NPZ_DIR',
'model_dir': 'MODEL_DIR',
'log_dir': 'LOG_DIR',
'lr_sched': 'lr_sched',
'rotation_range': 180,
Expand Down

0 comments on commit df36d04

Please sign in to comment.