-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
Yes, but can reproduce with (almost) stock example script
- **OS Pla…
-
Hi there,
I noticed that the `data` directory is empty. Are the preprocessed EMPIAR-10025 (and/or MNIST, galaxy zoo, etc.) datasets used for training available online?
Best,
Michael
-
**Describe the bug**
The downloads for MPI3D and dSprites do not work automatically
**To Reproduce**
```
from disent.dataset.data import Mpi3dData
data = Mpi3dData(in_memory=True)
```
Leads t…
-
**Is your feature request related to a problem? Please describe.**
Model saving and checkpointing is currently disabled for `experiment/run.py`
This was due to old pickling errors and the extensive …
-
I can't download how2sign dataset with below code
```python
config = SignDatasetConfig(name="only-annotations", version="1.0.0", include_video=False, include_pose=None)
how2sign = tfds.load(name='h…
-
Add generation of dataset consisting of an image translated along the width and length with periodic boundaries
-
**What I need help with / What I was wondering**
I am working on accessing a dataset I created today. I am receiving an error that it cannot be found and received the following message. How long do I…
-
Hi Danijar,
I'm currently doing a project where I'm running DreamerV2 on some of the alternative exploration agents. I have two questions:
1. How does train_dataset update to include samples from …
-
Would you be releasing the pretrained model weights of stylegan2 used for your experiments for dsprites?
-
I would like to train SimCLR. How do I prepare the custom dataset? How should I format the dataset ?