Skip to content

kq5y/pytorch-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_template

Requirements

  • Python 3.10
  • Poetry

Usage

Prepare

sed -i 's/pytorch_template/<your-project-name>/g' pyproject.toml
mv -rf pytorch_template <your-project-name>

poetry install

And then, edit config files in conf/ directory.

Train

poetry run python train.py

Test

poetry run python test.py --model-path <path-to-checkpoint>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages