Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant