Skip to content

tiepvupsu/dlproject_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typical structure of a PyTorch project:

── READEME.md
├── data
│   └── place_data_here
└── src
    ├── config.py
    ├── csv
    │   ├── test.csv
    │   ├── train.csv
    │   └── val.csv
    ├── dataset.py
    ├── evaluate.py
    ├── loss.py
    ├── main.py
    ├── sampler.py
    ├── saved_models
    │   ├── example.t7
    │   └── save_models_here.txt
    └── train.py

About

Structure of a deep learning project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages