We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、line17: from config import build_config 导入错误,没有build_config? 2、line79:model = build_model( args=args, cfg=cfg, device=device, num_classes=args.num_classes, trainable=False ) 参数cfg,在定义中是model_cfg
以上错误,导致导出不成功
The text was updated successfully, but these errors were encountered:
@goulin2k 您好,实在抱歉,这个项目还暂时不知此ONNX的转换,目前只是完成了代码框架,还没有进行调试,后续我会尽快完成ONNX的转换功能~
Sorry, something went wrong.
No branches or pull requests
1、line17: from config import build_config
导入错误,没有build_config?
2、line79:model = build_model(
args=args,
cfg=cfg,
device=device,
num_classes=args.num_classes,
trainable=False
)
参数cfg,在定义中是model_cfg
以上错误,导致导出不成功
The text was updated successfully, but these errors were encountered: