Skip to content

Alvin2580du/Alvin_began

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEGAN in Tensorflow

this code is heavily from :

https://github.com/carpedm20/BEGAN-tensorflow

change the data_dir in my_config.py, put the datasets at you own path, for example my path is

/home/dms/alvin_data/

and then the datasets for train is under this dir, for example,

/home/dms/alvin_data/YOUR_DATASET_NAME

To train a model:

$ python main.py --dataset=YOUR_DATASET_NAME --use_gpu=True

To test a model (use your load_path):

$ python main.py --dataset=CelebA --load_path=YOU_MODEL_NAME --use_gpu=True --is_train=False

Releases

No releases published

Packages

No packages published

Languages