Skip to content

josh3255/DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCGAN

image

1.Installation

nvidia-docker run --name GAN -it -v /your/project/path/:/project/path/ --shm-size=64g nvcr.io/nvidia/pytorch:20.11-py3

apt update

apt install -y libgl1-mesa-glx

pip uninstall opencv-python
pip install opencv-python

2.Training with Testing

you can change parameters using config.py

cd /project/path
python train.py

3.Features

image


4.Problems

4.1 Nash Equilibrium

GAN에 비해서 어느정도 완화되긴 했지만 생성기와 분별기의 학습 비율 조정에 어려움이 존재한다.

Screenshot from 2022-01-17 13-00-35

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages