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

Fix concat in interaction layer. #57

Merged
merged 18 commits into from Jun 14, 2019
Merged

Fix concat in interaction layer. #57

merged 18 commits into from Jun 14, 2019

Conversation

ineWsTut
Copy link
Contributor

Fix concat in interaction layer.

@ineWsTut ineWsTut closed this May 28, 2019
@ineWsTut ineWsTut reopened this May 28, 2019

assert self.output_dim[-1] != -1, "The shape of input is %s , and the input channel number of pooling should not be -1." % (str(self.input_dims[0]))

class Pooling2D(BaseLayer):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, if you modify a layer's name, you should modify corresponding name in block_zoo/init.py. thanks.

self.add_attr_exist_assertion_for_user(attr)


class Conv2D(BaseLayer):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, if you modify a layer's name, you should modify corresponding name in block_zoo/init.py. Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because I use Conv2d first and then convert to Conv2D, I have deleted Conv2d and Pooling2d.

@ljshou ljshou merged commit 9b2adb9 into microsoft:master Jun 14, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants