DCGAN-CelebA-PyTorch-CPP icon indicating copy to clipboard operation
DCGAN-CelebA-PyTorch-CPP copied to clipboard

DCGAN Implementation using PyTorch in both C++ and Python

Results 3 DCGAN-CelebA-PyTorch-CPP issues
Sort by recently updated
recently updated
newest added

Tested on Ubuntu 18.04, 20.04, Zorin OS, and other Ubuntu flavors: ```bash sudo apt-get install libopencv-dev ``` This also installs: `libopencv-contrib-dev` which should include `opencv-contrib` as well. Instead of asking...

enhancement

Having a dependency of having OpenCV installed from source is not recommended. We do not use any transformations which require OpenCV to be built on the system. Find a way...

enhancement
open source

_Originally posted by @krshrimali in https://github.com/BuffetCodes/DCGAN-CelebA-PyTorch-CPP/pull/3/files/281681c2cbf8724a8ac25740f3522cbfb0d22bf7_ cc: @HimanshuSinghGH

low priority
open source