BEGAN-tensorflow icon indicating copy to clipboard operation
BEGAN-tensorflow copied to clipboard

Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"

Results 35 BEGAN-tensorflow issues
Sort by recently updated
recently updated
newest added

I wanted to pause the training with my dataset as mentioned on this [issues](https://github.com/carpedm20/BEGAN-tensorflow/issues/44) : I tried to keep the same params `python main.py --dataset=mydata` `python main.py --dataset=mydata --load_path=mydata_[08...]` It...

I'm new to machine learning. Can anyone tell me how to solve this problem. Thanks ahead. File "main.py", line 43, in main(config) File "main.py", line 35, in main trainer.train() File...

when I run"python download.py", I face the following problem: ![image](https://user-images.githubusercontent.com/38522404/71900526-f301e880-3198-11ea-9f4a-a070d5d657bd.png) Does anyone face the problem and know how to solve it?

Thanks for the awesome repo. Will it be possible for you to release the pre-trained weights for CelebA on 64X64 and 128X128 resolution ? Thanks, Avisek Lahiri Indian Institute of...

I am wondering whether it is possible to use BEGAN for unpaired data training? In that case, the LD and LG are not really matched, please help.

I tried to run the test model which I had trained before, but I failed. The results all seemed noise after 'generate()' function. I had check the input z_r, they...

when I finished BEGAN training with my own dataset, I get the following error when I run the test code as follows: python main.py --dataset=my_dataset --load_path=my_dataset_0824_004250 --use_gpu=True --is_train=False --split valid...

![began](https://user-images.githubusercontent.com/11040637/55123392-586e7680-513d-11e9-8838-7f2484594a98.JPG) Why there are some noises on the generated images? Is there anybody who solved this problem to get very clear images?

Hello. I want to stop and continue my training. For it, I set "

I want to collect generated images individually. How can I do that ?