Skip to content

这一行代码方法废弃了,请问该如何改动 #6

@yp199618

Description

@yp199618

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])

看不懂,哈哈哈

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions