Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zaibutcooler
/
ve-gans
like
0
Sleeping
App
Files
Files
Community
main
ve-gans
/
train.py
Zai
updated the model loader and readme
c6494da
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
from
vegans
import
Vegans
# To Start training loop, it's simple
vegans = Vegans()
vegans.train()
# or you can simply just
# vegans.load_pretrained()