[Chapter 13] Using tf.data.Dataset with tf.keras
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 30k
- Forks
- 13.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción

After creating the dataset which prefetches one batch at a time when asked for, How does it exactly integrate with `model.fit()`?
For each iteration/step, does it call the `csv_reader_dataset()` if it does wouldn't it be like sampling without replacement which we don't want and when the author mentioned
> Note that we do not need to repeat it.
Does he mean repeat as in `no_of_epochs` ?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.