Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Uncannly/uncannly-dcgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
py train.py

(on Windows, you will need instead to run source venv/Scripts/activate)

Let this train long enough to save a model.

Thenceforth you can just load the model and get a new generated batch with:

py main.py