Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
/ project-template Public archive

This is a template repository for my research projects.

Notifications You must be signed in to change notification settings

moskomule/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for my research projects using PyTorch

.github/test.yaml       # pytest and yamllint
.gitignore
notebooks               # Jupyter notebooks
script                  # Shell scripts for running experiments
src                     # Root of main codes
tests
README.md               # This file

Requirements

I usually use conda to create virtual environments for PyTorch.

conda create -n ${PROJECT_NAME} python=3.10
conda activate ${PROJECT_NAME}
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch

For unit tests

pip install -U hatch
hatch run tests:pytest

For building documents

pip install -U hatch
hatch run docs:build

Training

...

Evaluation

...

Results

...

Pre-training Models

...

About

This is a template repository for my research projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published