-
I trained CycleGAN with my own dataset.
and I have
**latest_net_D_A.pth** , **latest_net_D_B.pth**
**latest_net_G_A.pth** and **latest_net_G_B.pth** files in checkpoints/AtoB/
How can I test wi…
-
Getting a 403 forbidden error when trying to download datasets, stats, pre-trained model.
Tried to following the **training** section (
https://github.com/mit-han-lab/gan-compression/blob/master/d…
-
As claimed in the title, how can i implement multiple updates of discriminator before a single update of generator in the train_step(engine, data)?
As a common strategy of training GAN, we can do m…
-
I have followed your default setting to train the horse2zebra dataset, and test on the epoch 400's model. Generate 120 images(which is the same num as the test dataset) and use NFE=5 to calculate FID…
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 73c794dadccfcc204b7db42dc0c915978fc61434
Affected PyTorch commit: 753f5a11bf46f2c5f52c31bbb0bca5c1771fb50…
-
I'm thinking of trying out CUT for domain adaptation of medical images (e.g. MR to CT translation) - I'm interested if you have any thoughts on how CUT would compare against CycleGAN and, of course, i…
-
Hello,
I was wondering if you guys are planning to make functional APIs for advanced research-based models like VAE, VAEGAN, GANS, etc.
If so then it will be very easier for the TensorFlow community…
-
search for papers and look into them regarding the fingerprints of GANs and diffusion models in their output
-
Hi, I am interested in your work. Could you please share the "exp/dual_cyclegan/checkpoint-600000steps.pkl" file? This can help me to inference the resolution process without the cost of training.
-
Since the discriminators are included in the GAN and they also need to be used separately during training - how do you save and load GANs? Now, I save the generators and discriminators separately and …