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

Question about the Classblock #7

Closed
zkangkang0 opened this issue Aug 31, 2022 · 2 comments
Closed

Question about the Classblock #7

zkangkang0 opened this issue Aug 31, 2022 · 2 comments

Comments

@zkangkang0
Copy link

Hello, I've been reading this code recently. I have a problem that I don't understand.

In the model.py file, the part_classifier function defined in the three_view_net function. During the training, the structure of the Classblock in this function is as follows:
train

During the test, the structure of classblock is as follows:
test

I want to ask, how is this achieved?

@wtyhub
Copy link
Owner

wtyhub commented Sep 1, 2022

@zkangkang0
This structure is achieved using these codes.
https://github.com/wtyhub/LPN/blob/main/test.py#L246-L254

@zkangkang0
Copy link
Author

Thank you so much for your reply

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

2 participants