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
Cascade_RCNN的model.py里面初始化没有config和kwargs参数
The text was updated successfully, but these errors were encountered:
改成这样: class Model(BaseModel): def init(self, opt,**kwargs, logger=None): super(Model, self).init( kwargs,config=opt)
Sorry, something went wrong.
最新版本已修复
batchsize 只能为1吗
已修复,现在可以为任意batch size
No branches or pull requests
Cascade_RCNN的model.py里面初始化没有config和kwargs参数
The text was updated successfully, but these errors were encountered: