Vermeille / Torchelie

Torchélie is a set of utility functions, layers, losses, models, trainers and other things for PyTorch.
https://torchelie.readthedocs.org/
MIT License
111 stars 11 forks source link

Recipes CLI lack description for the available options #72

Open Horgix opened 3 years ago

Horgix commented 3 years ago

Currently, the classification.py CLI has a bunch of cool options, but only the --help one has a description.

I believe adding description (purpose, possible values, etc) for the different available options would make sense!

I also believe it concerns other CLI than the classification one, but didn't test for it