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

The batch number in deformed convolution #1

Open
RuihanDou opened this issue Jun 18, 2018 · 0 comments
Open

The batch number in deformed convolution #1

RuihanDou opened this issue Jun 18, 2018 · 0 comments

Comments

@RuihanDou
Copy link

RuihanDou commented Jun 18, 2018

I only import deformed_convolution to adopt deformed convolution to my network. The issue is that

self.num_batch = input_shape[0]

Actually the input_shape[0] is None when building the network, the operation liketf.reshape()and tf.tile() can't be done.

There 's error like
TypeError: Failed to convert object of type <class 'list'> to Tensor. Contents: [None, 1, 1, 1]. Consider casting elements to a supported type

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