-
### Discussed in https://github.com/huggingface/datasets/discussions/3079
Originally posted by **vitalyshalumov** October 14, 2021
I'm trying to convert a tfds dataset to a huggingface one.
…
-
**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…
-
The code below is from run_lib.py. I just wanna ask why there exists the tensorflow in the pytorch version of score_sde. Thanks for your answer
`import numpy as np
import tensorflow as tf
import te…
-
I'm unable to iterate deterministically. I've looked at [this page](https://www.tensorflow.org/datasets/determinism#get_deterministic_file_shuffling) and I've tried to set up the config so it iterates…
-
**Short description**
The wider_face dataset download is failing with error 404.
> Failed to get url https://drive.usercontent.google.com/download?id=1sAl2oml7hK6aZRdgRjqQJsjV5CEr7nl4&export=downloa…
-
```
Extraction completed...: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 11801/11801 [00:31
-
Is German gsg datasource for wordnet already available?
-
Running the first and second cells of the "download datasets" section of the google colab linked in the readme results in
```
Downloading 1 datasets to ~/tensorflow_datasets.
0%| | 0/1 […
-
transformers 4.38.1 会报这个错
ImportError: cannot import name 'MixtralBLockSparseTop2MLP' from 'transformers.models.mixtral.modeling_mixtral'
transformers 4.40.1 又会报这个错
ttributeError: module 'ml_dty…
-
Currently we're importing tensorflow for some examples such as in https://optax.readthedocs.io/en/latest/_collections/examples/cifar10_resnet.html.
It should be possible to avoid this import and i…