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
Installed two different version for custom training (on resnest-200) , but getting following errors:
Master version: (https://github.com/zhanghang1989/detectron2-ResNeSt/tree/6e150b3adb3be1f18efd0bf940206d99c95dbbd8) local/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list) 489 root.raise_key_rename_error(full_key) 490 else: --> 491 raise KeyError("Non-existent config key: {}".format(full_key)) 492 493 KeyError: 'Non-existent config key: MODEL.RESNETS.RADIX "
resnest version resnest Here getting Not Implemented error
@zhanghang1989 , @Jerryzcn , @chongruo kindly suggest me for downloading right version for training resnest200
The text was updated successfully, but these errors were encountered:
Could you uninstall the detectron2 package and reinstall this repo? See details https://github.com/zhanghang1989/detectron2-ResNeSt/blob/resnest/INSTALL.md
Sorry, something went wrong.
@zhanghang1989 , I have did the same. Already installed using :https://github.com/zhanghang1989/detectron2-ResNeSt/blob/resnest/INSTALL.md
I have did the same.
@shida666 @Randheerkumar please use the new Detectron2 Wrapper at https://github.com/zhanghang1989/ResNeSt/tree/master/d2
No branches or pull requests
Installed two different version for custom training (on resnest-200) , but getting following errors:
Master version: (https://github.com/zhanghang1989/detectron2-ResNeSt/tree/6e150b3adb3be1f18efd0bf940206d99c95dbbd8)
local/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list)
489 root.raise_key_rename_error(full_key)
490 else:
--> 491 raise KeyError("Non-existent config key: {}".format(full_key))
492
493
KeyError: 'Non-existent config key: MODEL.RESNETS.RADIX "
resnest version resnest
Here getting Not Implemented error
@zhanghang1989 , @Jerryzcn , @chongruo
kindly suggest me for downloading right version for training resnest200
The text was updated successfully, but these errors were encountered: