Skip to content

Assuming the shape of x_in and y_in #1

@nathanin

Description

@nathanin

self.x_in = tf.placeholder_with_default(self.dataset.image_op,
shape=[None, self.x_dims[0], self.x_dims[1], self.x_dims[2]],
name='x_in')

self.y_in = tf.placeholder_with_default(self.dataset.mask_op,
shape=[None, self.x_dims[0], self.x_dims[1], 1], name='y_in')

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions