Md Mahfuzur Rahman Siddiquee

Results 2 issues of Md Mahfuzur Rahman Siddiquee

ICCV 19 Paper title: Learning Fixed Points in Generative Adversarial Networks: From Image-to-Image Translation to Disease Detection and Localization Paper: https://arxiv.org/abs/1908.06965 Github: https://github.com/mahfuzmohammad/Fixed-Point-GAN

Hi, I am trying to run the following example: import numpy from matplotlib import pyplot from libKMCUDA import kmeans_cuda numpy.random.seed(0) arr = numpy.empty((10000, 2), dtype=numpy.float32) angs = numpy.random.rand(10000) * 2...