-
https://github.com/YannDubs/disentangling-vae/blob/535bbd2e9aeb5a200663a4f82f1d34e084c4ba8d/results/btcvae_dsprites/train_losses.log#L5
-
Hello, where can I download synthetic MNIST/dSprites shapes dataset ?
-
Code in 'README.md' works well in 'multi_dsprites_colored_on_colored.tfrecords'.
However, it doesn't work well in 'multi_dsprites_binarized.tfrecords' and 'multi_dsprites_colored_on_grayscale.tfreco…
-
Hi, I noticed only the following web datasets work for the linear probe evaluation. It would be nice to have the following things fixed for the same:
1. Support for the rest of the datasets to do l…
-
I'm running ./run_dsprites_B_gamma100_z10.sh with a reduced number of iterations.
Error is below:
```python
=> no checkpoint found at 'checkpoints/dsprites_B_gamma100_z10/last'
67%|████████████…
-
Try loading the ImageNet 1k models trained by Yash (in repo documentation) into HookedViT.
If it doesn't load properly, adapt the model / create helper functions to load it in
Also try with dSp…
-
Thanks for the interesting work.
I was able to reproduce your results on the two datasets (Dsprites and MPI3D).
I would like to know if the implementation details for the third dataset (Biwi Kinect…
-
Does a lookup index exist for the 10'800 pretrained disentanglement_lib modules? I wanted to quickly reproduce specific experiments (e.g. btcvae, beta=4, dsprites), but I am not sure how to find that …
-
Hi,
Thank you very much for setting this library ! If I am correct, one can use a custom dataset by creating the corresponding data_loader, and updating accordingly the function:
https://github.…
-
![image](https://user-images.githubusercontent.com/7524356/106448986-725a0c80-64be-11eb-8977-8fc9bbb1e43c.png)
This is Figure 7 MIG distribution on dSprites. The MIG score should be non-negative, and…