Pytorch best practices template/sample scripts

Hi,
Are there any python pytorch scripts for best practices for deep learning? I mean best practices for the stages such as reading data, preparing the batches, inference, training, reporting the results and etc. There are plethora of scripts out there but I am not sure what approach is the best.
Thanks