hinash88

Results 8 issues of hinash88

Hi There, For CoGAN learn to generate corresponding faces with eye-glasses and without eye-glasses. Any help is much appreciated

Please explain how to run your own dataset. what format should be there for labels and training

Can Anybody please help how to pass custom datasets instead of MNIST? `train_loader = torch.utils.data.DataLoader( datasets.MNIST('data', train=True, download=False, transform=transform), batch_size=batch_size, shuffle=True)`

Hi, I am trying to run this code but it is not GPU enabled. I am using the following command: `export CUDA_VISIBLE_DEVICES=0` Still only CPU is working.

Hi, I am new to python and machine learning. I find this idea very useful to calculate the gradient at not just the final layer but at the intermediate layers...

Hi, Have you tried to implement the code with raw audio as input. I want to analyze the performance of GAN nthat uses spectrogram and phase information using my own...

Can anybody help to identify? I am having following error: `File "convert_to_mnist_format.py", line 215, in main(sys.argv) File "convert_to_mnist_format.py", line 193, in main labelsAndFiles = get_labels_and_files(argv[1]) File "convert_to_mnist_format.py", line 82, in...

I have been trying to understand the paper on WaveGAN 1- WaveGAN: A shortcoming of WaveGAN mentioned in [link](https://www.groundai.com/project/synthesizing-audio-with-generative-adversarial-networks/1url) that it can not work for higher frequencies. I have used...