Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kentonishi/pytorch-template

An opinionated template for my PyTorch repositories.
https://github.com/kentonishi/pytorch-template

machine-learning python pytorch template

Last synced: about 1 month ago
JSON representation

An opinionated template for my PyTorch repositories.

Awesome Lists containing this project

README

        

# PyTorch Template

An opinionated template for my PyTorch repositories.

## Commands

### Train Model

```
python train.py -c [config_name] -t [tag_name]
```

### Run Tensorboard

```
tensorboard --logdir saves
```