mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
150 stars 78 forks source link

[FEATURE] Standardize the CLI option for output directory #849

Closed sarthakpati closed 2 months ago

sarthakpati commented 3 months ago

Is your feature request related to a problem? Please describe.

Currently, there are multiple types of "output" used in CLI, which can get confusing.

Describe the solution you'd like

For anything related to output directory, it should be outputdir or something similar.

Describe alternatives you've considered

N.A.

Additional context

Update documentation as well.

sarthakpati commented 2 months ago

Should be done with #853