Skip to content

LiZhenLiangLee/cifar10-torchpie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR10 TorchPie

Requirements

  • Pytorch
  • TorchPie
  • TensorBoard

Install TorchPie

pip install git+https://git.dev.tencent.com/SunDoge/torchpie.git

Usage

Use seleted GPUs

python -m torchpie.distributed.launch --gpus 0,1 main.py -c config/default.conf -e exps/resnet20-2gpu

Use all GPUs

python -m torchpie.distributed.launch main.py -c config/default.conf -e exps/resnet20-2gpu

Make sure you use different experiment-path every time you run.

Development

ln -s ../torchpie/torchpie ./

About

Distributed CIFAR10 example with TorchPie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.7%
  • Python 22.3%