Skip to content

Commit

Permalink
updated expman
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarrara committed Dec 22, 2020
1 parent 46c4972 commit 4f54154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expman
Submodule expman updated 1 files
+1 −1 expman/experiment.py
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def main(args):
model.compile(optimizer='sgd', loss='binary_crossentropy', metrics={'out_tags': 'binary_accuracy'})

log = exp.path_to('log.csv')
best_ckpt_path = exp.ckpt('best.h5')
last_ckpt_path = exp.ckpt('last.h5')
best_ckpt_path = exp.path_to('best_weights.h5')
last_ckpt_path = exp.path_to('last_weights.h5')

# today = datetime.datetime.now().strftime('%Y-%m-%d')
best_model_path = 'meye-segmentation_' \
Expand Down

0 comments on commit 4f54154

Please sign in to comment.