You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to contribute and make main.py a proper training script.
Adding, for example,
if __name__ == "__main__":
main()
and restructuring the code accordingly.
and some flags (for both, HP optimization (--bacth-size/-b, --epochs, --momentum, ...) and general ease of use (--device, --data-path, ...) - generally, sticking to "naming conventions" in the torchvision reference training scripts.
Let me know how contribution works in this project.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I would like to contribute and make
main.py
a proper training script.Adding, for example,
and restructuring the code accordingly.
and some flags (for both, HP optimization (
--bacth-size/-b
,--epochs
,--momentum
, ...) and general ease of use (--device
,--data-path
, ...) - generally, sticking to "naming conventions" in the torchvision reference training scripts.Let me know how contribution works in this project.
Thanks!
The text was updated successfully, but these errors were encountered: