DeceiveD
DeceiveD copied to clipboard
[NeurIPS 2021] Deceive D: Adaptive Pseudo Augmentation for GAN Training with Limited Data
My setting is : ubuntu20.04 ; python 3.7.0; pytorch1.7.1+cu110; cuda11.1. The code can run, but there is an issue: [ERROR] Sorry, cuMemHostGetDevicePointer_v2() is not implemented in the current version. If...
Can the code run on the cpu? Which parts need to be modified?
Firstly: Awesome project! You recommend using Anaconda in the install description. Would it be possible to add an environment.yml with all needed dependencies to the repository to ease the installation...
Hey @EndlessSora ! 👋 This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using...
Firstly, can this code run independently to obtain data enhanced images? Secondly, I would like to know if this code can only recognize existing models and cannot be used on...