-
Hi, thanks a lot for your code! I'm trying to reproduce results with dSprites.
Can you upload in some form the parameters used for synthetic dataset training?
Thanks a lot!
-
Dear Ashis Pati,
I found your research interesting and wanted to try your code. However, I ran into an error when running the installation code 'pip install -e .'. It seems that you should provide …
-
How well do you perform on dSprites using the mutual information gap (MIG)? I'd expect this to do well, so would love to see results.
-
Hi, I am trying to generate images such as those in figure 3 of the paper. That is, a way to see the component-by-component scene generation for a single input image with genesis. However, the only sc…
-
Currently, datasets updates are poorly documented. The API isn't great, and it requires versions to still be supported.
```py
class MyDataset(tfds.core.GeneratorBasedBuilder):
VERSION = tfds.c…
-
Although stated otherwise, the `.hdf5` version of the dataset does not contain all the fields its `.npy` counterpart does, e.g. the `metadata` field is missing.
Working on the `numpy` file isn't conv…
-
I'm wondering if I made a mistake when loading the dataset or if it is normal that the shapes look distorted?
Examples:
![image](https://user-images.githubusercontent.com/7819068/58082507-709bc8…
-
Hi
I just started using your code to play around with beta-VAE and it's great. Unfortunately, there is one bug when I try to turn on visualization:
Traceback (most recent call last):
File "main…
-
The README states that the data is a NPZ NumPy archive with the following fields:
imgs: (737280 x 3 x 64 x 64, uint8) Images in RGB.
However, the actual shape of the archive is (737280, 64, 64…