Closed
Description
🚀 The feature
Quite a few arguments on the Reference Scripts are missing the type
parameter. Most of them seem to be strings.
Examples:
vision/references/classification/train.py
Lines 379 to 380 in e08c9e3
vision/references/detection/train.py
Line 80 in e08c9e3
vision/references/segmentation/train.py
Line 247 in e08c9e3
It would be good to add them and improve the arguments by providing better descriptions on the help
argument.