ve-gans / train.py
Zai
updated the model loader and readme
c6494da
raw
history blame contribute delete
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()