PyTorch Deep Learning Template

Francesco Zuppichini
Towards Data Science
4 min readNov 17, 2019

--

A clean and simple template to kick start your next dl project 🚀🚀

The template is here

In this article, we present you a deep learning template based on Pytorch. This template aims to make it easier for you to start a new deep learning computer vision project with PyTorch. The main features are:

  • modularity: we split each logic piece into a different python submodule
  • data-augmentation: we included imgaug
  • ready to go: by using…

--

--