You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been working on a fork of a fork (with an http server) locally and I'm seeing some warning messages
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?
The text was updated successfully, but these errors were encountered: