edwardleeio / posture-tracking-computer-vision

Machine learning project, working title/description
2 stars 0 forks source link

Look at PyTorch lightning to understand how to "automate" the training and validation steps #13

Open edwardleeio opened 3 years ago

edwardleeio commented 3 years ago

Look at the jupyter notebook of pytorch lightning, which is an introductory way to automate the training/validation steps of a machine learning model. The link for the jupyter notebook is provided here:

https://colab.research.google.com/drive/1rBkoWH6DbmPaA0z_72DpVtFNr-9LoR75?usp=sharing

Please take a look at it, and try to understand the code so you can replicate it yourself if needed.