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

How to change the network #829

Open
xqh-code opened this issue Sep 8, 2023 · 0 comments
Open

How to change the network #829

xqh-code opened this issue Sep 8, 2023 · 0 comments

Comments

@xqh-code
Copy link

xqh-code commented Sep 8, 2023

@dbolyaI want to modify the network structure, I didn't find where to do it, it prints out net: YOLACT before 'net': Yolact(
(backbone): ResNetBackbone(
(layers): ModuleList(
(0): Sequential(
(0): Bottleneck(
(conv1): Conv2d(64, 64, kernel_size=(1, 1), stride=(1, 1), bias=False)
(bn1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)
(conv2): Conv2d(64, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)
With this structure, how can I similarly change the values here to achieve the result I want?

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