Skip to content

samsja/pytorch-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Boilerplate code for pytorch lightning project to dev with jupyter lab and docker

this boilerplat create a project with the following things:

  • pytorch lightnings
  • poetry manage the dependencies
  • jupyter lab
  • add a dockerfile if needed to either develop or run a script
  • use precommit hook for auto formatting before commiting
  • use jupytext sync to avoid to commit notebook

This is my personnal boilerplate to avoid copy pasting the same code at each new deep learning project. Feel free to use it, creat an issue, forked it and send a PR !

How to use it ?:

install first cookiecutter

pip install cookiecutter

then simply run

cookiecutter https://github.com/samsja/pytorch-boilerplate

About

My personnal boilerplate for pyorch project, include jupyterlab dev inside Docker, precommit hook, jupytext sync

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published