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

代码问题 ema #35

Open
Tadro opened this issue Jun 13, 2022 · 1 comment
Open

代码问题 ema #35

Tadro opened this issue Jun 13, 2022 · 1 comment

Comments

@Tadro
Copy link

Tadro commented Jun 13, 2022

build the whole network

def build_model(base_model_cfg='resnext101', ema=False):
if not ema:
return TUN_bone(base_model_cfg, *extra_layer(base_model_cfg, ResNeXt101()))
else:
return TUN_bone(base_model_cfg, *extra_layer(base_model_cfg, ResNeXt101()))
怎么感觉不管这里ema的值是什么,返回的都是一个内容呢?

@eraserNut
Copy link
Owner

嗯嗯,这里没区别,这个是代码的历史遗留问题,当时做实验时候留下来的痕迹没有完全清除

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