-
Hi, first of all thanks for your great project! I'm currently try to apply ZCA Whithening to the
cifar-10 dataset but I'm not sure I do it the right way:
`Eigen::MatrixXd trainingInput;`
`trainingInp…
ghost updated
8 years ago
-
Hey. Since images are relatively small for CIFAR-10, I tried to run the following
```
model = Unet(
dim = 64, #Just affects how many nodes are in our blocks
dim_mults = (1, 2, 4)
).cuda…
-
Hi,
I am relatively new to tensorflow. I am trying to use your visualisation functions, but I am struggling with the input dictionary. The CIFAR-10 tensorflow implementation does not have an input …
-
Hello,
Thank you for sharing your great work. It was helpful for my work. Your code provides a Digits experiment, but the experiment Cifar-10-C seems to be missing. This is a question about the archi…
-
### What happened + What you expected to happen
I'm trying to use Ray Tune on a Slurm cluster (that I reach using SHH) following [this guide](https://docs.ray.io/en/latest/cluster/vms/user-guides/c…
-
(fb_gan_zoo) root@f56c103c5607:~/pytorch_GAN_zoo# python train.py StyleGAN -c config_cifar10.json --restart -n cifar10
Setting up a new session...
Running StyleGAN
size 10
50000 images found
AC-G…
-
Hi, I notice [there](https://drive.google.com/drive/folders/1OhqLkEDvn4X2CLBSpKtQdMRU4XxaFnB6) are no per-class paths for Cifar-10. Could you please provide those? Or how long will it take if I genera…
-
Hi,
Congratulations for the amazing work. I have some doubts regarding rms normalization.
1. Which dimensions should be considered for normalization of a CNN?? In the torch code, default axis is -…
-
Thanks for the interesting work!
While trying to reproduce SCAR results using this repository, the error `torch._C._LinAlgError: linalg.svd: The algorithm failed to converge because the input matri…
-
Hello,
The current implementation only runs for the street view house numbers dataset.