Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow-datasets

how to apply map function to the tf.Tensor

tf.data: "mixing" batch sizes?

Tensorflow Dataset open several files and keep them separated

Loading large data into TensorFlow 2.0 without loading it on the RAM

Difference between tf.data.Datasets.repeat(EPOCHS) vs model.fit epochs=EPOCHS

Proper way to stop a TensorFlow Dataset `from_generator`?

Dataset from generator that yields multiple elements at a time

Expecting KerasTensor - Got: <BatchDataset shapes: ...>

Using Cifar-10 dataset from tfds.load() correctly

difference between tf.data.Dataset batch and map and tf.contrib.data.map_and_batch

Is there any way to convert a tensorflow lite (.tflite) file back to a keras file (.h5)?

Getting free text features into Tensorflow Canned Estimators with Dataset API via feature_columns

How to get the class names in a tensorflow dataset?

Using tf.data.Dataset as training input to Keras model NOT working