Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow-datasets

How to change batch size dynamically in Tensorflow 2.0 Dataset?

TensorFlow - Read video frames from TFRecords file

Cannot batch tensors with different shapes in component 0 with tf.data.Dataset

Tensorflow: How to use dataset from generator in Estimator

tensor.numpy() not working in tensorflow.data.Dataset. Throws the error: AttributeError: 'Tensor' object has no attribute 'numpy'

Interleaving multiple TensorFlow datasets together

Sliding window of a batch in Tensorflow using Dataset API

Tensorflow Dataset API: dataset.batch(n).prefetch(m) prefetches m batches or samples?

tensorflow-datasets

Output differences when changing order of batch(), shuffle() and repeat()

how to apply imgaug augmentation to tf.dataDataset in Tensorflow 2.0

Does TensorFlow's `sample_from_datasets` still sample from a Dataset when getting a `DirectedInterleave selected an exhausted input` warning?

How to use tf.data.Dataset.apply() for reshaping the dataset

Loss goes up back to starting value after re-initializing dataset

How to use tf.data's initializable iterators within a tf.estimator's input_fn?

How to make custom loss with extra input in tensorflow 2.0

How to make tf.data.Dataset return all of the elements in one call?

Tensorflow 2 throwing ValueError: as_list() is not defined on an unknown TensorShape

Oversampling functionality in Tensorflow dataset API

Randomly sample from multiple tf.data.Datasets in Tensorflow

Restoring a Tensorflow model that uses Iterators