Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

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

Open
victusfate opened this issue Aug 25, 2020 · 0 comments
Open

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

victusfate opened this issue Aug 25, 2020 · 0 comments

Comments

@victusfate
Copy link

victusfate commented Aug 25, 2020

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant