rick-and-morty-gpt / README.md
jmaczan's picture
Update README.md
1134090 verified
|
raw
history blame
252 Bytes
---
license: gpl-3.0
---
Run model with [this GPT implementation](https://github.com/jmaczan/gpt/)
```py
python src/run.py --from-checkpoint checkpoint_path.pth
```
Resume training
```py
python src/train.py --from-checkpoint checkpoint_path.pth
```