-
**Is your feature request related to a problem? Please describe.**
Tensorflow Datasets is a great package and very much needed. One challenge I noticed was that it is hard to determine when new dat…
-
Hi ,
In emnist_lines_dataset.py, we have samples_by_char defaultdict(list) used for
select_letter_samples_for_string() method, inside of which
samples = samples_by_char[char] is returning [ ] s…
-
The link to the [EMNIST page](https://www.tensorflow.org/datasets/catalog/emnist) on Tensorflow's docs is broken.
The existing link is -
https://www.nist.gov/node/1298471/emnist-dataset
It shou…
-
Let's start a discussion here about the roadmap towards MXNet 2.0. We are looking for:
- New features that are useful to your research and development.
- Improvements and patches to existing featu…
-
Using
`EMNIST_train = torchvision.datasets.EMNIST(root='./data/datasets/EMNIST',
split='balanced',
train=True,
download=True)`
returns the following errors:…
-
https://github.com/pytorch/vision/blob/26c9630bc7add88685400e54457203816c06e750/torchvision/datasets/mnist.py#L230
EMNIST url changed to
`https://cloudstor.aarnet.edu.au/plus/s/ZNmuFiuQTqZlu9W/do…
C-nit updated
5 years ago
-
## 🐛 Bug
It seems that the EMNIST dataset url from which the torchvision downloads the data has a problem. Could you please fix it?
## To Reproduce
Steps to reproduce the behavior:
import …
-
Hello RiteshKH
Appreciate your work, while executing model_build.py with your gzip folder I'm getting below error
cannot found /emnist-letters-train-images-idx3-ubyte.gz
-
**Short description**
Looks like the images in the emnist dataset are transposed.
**Environment information**
* Operating System: Linux
* Python version: 3.6
* `tensorflow-datasets`/`tfds-night…
-
How does this repo decide what's in and what's better elsewhere in the TensorFlow ecosystem?
I ask this as I noticed the readme has a guide using
```python
import tensorflow_io.mnist as mnist_i…