We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
training.py
input_queue = tf.train.slice_input_producer([image,label])
尝试过
# input_queue = tf.compat.v1.train.slice_input_producer([image,label]) # input_queue = tf.data.Dataset.from_tensor_slices([image, label])
看不懂,哈哈哈
The text was updated successfully, but these errors were encountered:
把import tensorflow as tf改为 import tensorflow.compat.v1 as tf tf.disable_v2_behavior()
Sorry, something went wrong.
No branches or pull requests
training.py
尝试过
看不懂,哈哈哈
The text was updated successfully, but these errors were encountered: