-
Notifications
You must be signed in to change notification settings - Fork 12
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
A bug about 'Pool_layer' #3
Comments
This is an unused layer which has been removed. |
Thank you for your reply! I am very interested in your research. I want to know the implementation details of AdaptConv kernel function in the supplementary materials, but unfortunately, I have not found the supplementary materials of this article. Can you tell me how to get the supplementary materials of this article?Best wishes for you! |
Thank you for your reply!
I am very interested in your research. I want to know the implementation details of AdaptConv kernel function in the supplementary materials, but unfortunately, I have not found the supplementary materials of this article.
Can you tell me how to get the supplementary materials of this article?Best wishes for you!
…------------------ 原始邮件 ------------------
发件人: "hrzhou2/AdaptConv-master" ***@***.***>;
发送时间: 2021年9月30日(星期四) 晚上11:35
***@***.***>;
***@***.******@***.***>;
主题: Re: [hrzhou2/AdaptConv-master] A bug about 'Pool_layer' (#3)
This is an unused layer which has been removed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I think it is also good to just refer to the implementation. The supplemental will be presented in the iccv open access i believe, but i don't know how to get access to it right now. |
Thank you for your reply! |
This is an enlightening paper. Thank you for your sharing, which gives me the opportunity to study the paper in depth!
When I ran graph.py, an NameError occurred in line 215 ,pool=Pool_layer(pooling_rate=4,neighbor_num=20).to(device):
NameError: name 'Pool_layer' is not defined.
I want to know how to eliminate this error. Thank you for checking and looking forward to your reply!
Thank you!!
The text was updated successfully, but these errors were encountered: