Muhamad Iqbal
Muhamad Iqbal
Hello, I want to ask about the reason the network optimizers, and since I haven't seen anyone asking for it. I noticed from your paper (and also implementation) that you...
Hello, I noticed that within your implementation of pix2pix, Datasets will return image in form of like this https://github.com/eriklindernoren/PyTorch-GAN/blob/fd9f0713eadd03b09e4fa0e828d5b7b6375e76bb/implementations/pix2pix/datasets.py#L33 But when reading it again in training loop, it was written...
Hi, recently I've been studying your code, especially on the conditional DCGAN you made for MNIST dataset. I see that you concatenated the condition on every layer right after BatchNorm...
Hello, when will the source code for training the model released? I have read your paper and I'm interested in researching text style transfer using your model as the base...
Hi, I have question regarding some points in there - regarding point 1, is there a reason behind normalizing the input into (-1,1) scale? Is it because the usage of...
I have question regarding sampling image in batches for both training/testing Is it better for it to be randomly sampled or just simple slicing (eg. `dataset[:batch_size-1]`)?
I'm trying to install this library on my Windows platform thru conda shell, but I receive this error ``` ERROR: Command errored out with exit status 1: command: 'C:\Users\Iqbal\Miniconda3\envs\torch36\python.exe' -c...
Hello, I'm currently trying to deploy CKAN container with your extension (using keitaro's [docker-ckan](https://github.com/keitaroinc/docker-ckan)). I have followed the instruction and the build works fine, but the `ckan` container exited because...
Do you know how to extract the landmark result, and then put it in a new file (say, another image)?