image-quality-assessment icon indicating copy to clipboard operation
image-quality-assessment copied to clipboard

data input question tf.keras.utils.Sequence -> tf.data

Open victusfate opened this issue 3 years ago • 0 comments

I've been working on a fork of a fork (with an http server) locally and I'm seeing some warning messages

WARNING:tensorflow:multiprocessing can interact badly with TensorFlow, causing nondeterministic deadlocks. For high performance data pipelines tf.data is recommended.

After reading up a bit and browsing around I came across this suggestion for how to migrate sequences w/ multiprocessing to tf.data generators to avoid deadlocks. https://stackoverflow.com/a/63018990/51700

Are there any plans to move to new data input formats?

victusfate avatar Aug 25 '20 15:08 victusfate