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

FileNotFoundError: [Errno 2] No such file or directory: './config/backbones/Conv64FLeakyReLU.yaml' #62

Closed
Aquariuaa opened this issue Nov 4, 2022 · 3 comments

Comments

@Aquariuaa
Copy link

Thank you very much! The following documents are missing

FileNotFoundError: [Errno 2] No such file or directory: './config/backbones/Conv64FLeakyReLU.yaml'

@wZuck
Copy link
Member

wZuck commented Nov 4, 2022

'Conv64FLeakyReLU.yaml' is deprecated. Could you tell me which config you are using?

@Aquariuaa
Copy link
Author

非常感谢!是否有对classifier中的参数做出说明的文档呢?如
classifier:
name: RelationNet
kwargs:
feat_dim: 64
feat_height: 3
feat_width: 3
中的feat_dim、feat_height等等,是否需要与backbones中的网络相对应?
再次感谢!!!

@wZuck
Copy link
Member

wZuck commented Nov 15, 2022

这些参数可以在

class RelationLayer(nn.Module):
中对应找到,它们和backbone的网络会有一定的对应关系,但如果你需要,可以根据自己的需求修改。默认的参数我们按照原文/原代码进行设置。

@wZuck wZuck closed this as completed Nov 15, 2022
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