Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soniamartinot authored Jun 11, 2021
1 parent 58bd0f1 commit 97d4912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
def parse_args():
parser = argparse.ArgumentParser(
description='3D ConvLSTM training',
add_help=True)
add_help=True)

parser.add_argument("--simu_path", '-simu', default='.', type=str,
help="Path pointing to the folder where the MC simulations are kept in .npy format")
parser.add_argument("--n_samples", '-n', default=0, type=float,
help='Number of training samples')
parser.add_argument("--patch_size", '-ps', default=64, type=int,
Expand Down

0 comments on commit 97d4912

Please sign in to comment.