We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
In README.MD:
you can easily modify it to point to a different directory by passing the following argument in the runtime: --data-root /other/data/root/dir/
In .py files:
parser.add_argument( "--root", type=str, default="/workspace/data/medical/pathology", help="path to image folder containing training/validation", )
“--data-root ” in README.MD should be changed to "--root" ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In README.MD:
you can easily modify it to point to a different directory by passing the following argument in the runtime: --data-root /other/data/root/dir/
In .py files:
“--data-root ” in README.MD should be changed to "--root" ?
The text was updated successfully, but these errors were encountered: