Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display % sign when using help #7

Open
patricio-astudillo opened this issue Jun 4, 2018 · 1 comment
Open

Display % sign when using help #7

patricio-astudillo opened this issue Jun 4, 2018 · 1 comment

Comments

@patricio-astudillo
Copy link

change % to %%, otherwise the help function crashes

SegCaps/main.py

Line 127 in c6b3f9e

parser.add_argument('--subsamp', type=int, default=-1,

parser.add_argument('--subsamp', type=int, default=-1,
help='Number of slices to skip when forming 3D samples for training. Enter -1 for random '
'subsampling up to 5% of total slices.')
->
parser.add_argument('--subsamp', type=int, default=-1,
help='Number of slices to skip when forming 3D samples for training. Enter -1 for random '
'subsampling up to 5%% of total slices.')

@lalonderodney
Copy link
Owner

Thank you. I will be sure to fix this if and when I update this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants