Skip to content
Snippets Groups Projects
Commit 665042ad authored by xuetaowave's avatar xuetaowave
Browse files

update

parent 7bb10546
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -258,7 +258,7 @@ if __name__ == '__main__':
os.makedirs(expDir)
params['experiment_dir'] = os.path.abspath(expDir)
params['best_checkpoint_path'] = args.weights if args.override_dir is not None else os.path.join(expDir, 'training_checkpoints/ckpt.tar')# modified by cxt
params['best_checkpoint_path'] = args.weights if args.override_dir is not None else os.path.join(expDir, 'training_checkpoints/best_ckpt.tar')# modified by cxt
params['resuming'] = False
params['local_rank'] = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment