-
**Short description**
When following the instructions [here](https://www.tensorflow.org/datasets/community_catalog/huggingface/imagenet-1k), I cannot download the imagenet-1k dataset from huggingface…
-
Version mismatches in tensorflow , tensorflow_datasets, tensorflow_recommenders, scann and python. Impossible to find a combination that works.
You get error messages about something wrong with bui…
-
### Description
I installed Trax but cannot import
### Environment information
```
OS: Ubuntu 20.04.5 LTS
$ pip freeze | grep trax
trax==1.4.1
$ pip freeze | grep tensor
tensorboard=…
-
Please update to support `ds = strategy.distribute_datasets_from_function(fn, options=input_options)`:
```
def is_tf_dataset(x):
if hasattr(x, "__class__"):
for parent in x.__class__…
-
**Does the issue still exist with the last tfds-nightly package (pip install --upgrade tfds-nightly)?**
* Yes
**Reproduction instructions**
```
!rm -r ~/tensorflow_datasets/imagenette/
!rm -r…
-
## Description
Can't save TensorFlowModelDataset objects as partition.
## Context
I am dealing with a project where I have to train several models concurrently. I started writing my code using …
-
**Is your feature request related to a problem? Please describe.**
Ideally, the datasets API would be available cross language, like Keras or TensorFlow. Many TF learners are coming to TensorFlow fr…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
`tfds build cnn_dailymail` works. `fds build cnn_dailymail --data_dir="gs://my-bucket/tensorflow_datasets"` doesn't. It gets stuck.
Ubuntu 18.04, Python 3.6.9, TensoFlow 2.6.2, tfds_nightly 4.5.0.d…
-
**Short description**
Due to introduction of https://github.com/tensorflow/datasets/pull/650 the `num_shards` parameter in `SplitGenerator` is ignored and instead the TFRecord file writer will calcul…