Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow-datasets

Tensorflow: FailedPreconditionError: Table not initialized (using tf.data.Dataset API)

How to use Keras generator with tf.data API

Should I return dataset directly or should i use one_shot iterator instead?

Is there a way to pass dictionary in tf.data.Dataset w/ tf.py_func?

How to create train, test and validation splits in tensorflow 2.0

Inference with a model trained with tf.Dataset

How to use properly Tensorflow Dataset with batch?

How to load numpy array in a tensorflow dataset

Using Tensorflow Datasets and Estimators with More Data than Ram

Tensorflow parsing and reshaping float list in Dataset.map()

How to replace the input of a saved graph, e.g. a placeholder by a Dataset iterator?

Using flat_map in Tensorflow's Dataset API

Why would this dataset implementation run out of memory?

Using tensorflow's Dataset pipeline, how do I *name* the results of a `map` operation?

Dataset API does not pass dimensionality information for its output tensor when using py_func

Input multiple files into Tensorflow dataset

tensors are from different graphs

How can I access the filenames gathered by tf.data.Dataset.list_files()?