Skip to content

A template repo for pytorch projects based on pytorch lightning

Notifications You must be signed in to change notification settings

Jabb0/pyTorchTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template PyTorch Project Repository

References

Usage

Fork this repo to start your own pyTorch based project.

This repo is already structured as a python module such that every part can be used externally too.

DVC

DVC is initialized but no included into the workflow right now. Have a look here: https://dvc.org/doc/start

This repository uses Data Version Control (DVC) for management of datasets and results. DVC does not only allow to have reproducible results but also create a clean experiment process. The DL workflow can be modularized into different steps and these steps can be chained as desired.

Structure

Models

Full PyTorch Lightning modules that are trained.

Networks

PyTorch modules

Data

All dataloading routines and transformations.

About

A template repo for pytorch projects based on pytorch lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages