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

"Not Implemented error" on resnest version and "KeyError: 'Non-existent config key: MODEL.RESNETS.RADIX "' on master version #54

Open
Randheerkumar opened this issue Oct 30, 2020 · 4 comments

Comments

@Randheerkumar
Copy link

Installed two different version for custom training (on resnest-200) , but getting following errors:

  1. 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 "

  2. resnest version resnest
    Here getting Not Implemented error

@zhanghang1989 , @Jerryzcn , @chongruo
kindly suggest me for downloading right version for training resnest200

@zhanghang1989
Copy link
Collaborator

Could you uninstall the detectron2 package and reinstall this repo?
See details https://github.com/zhanghang1989/detectron2-ResNeSt/blob/resnest/INSTALL.md

@Randheerkumar
Copy link
Author

@zhanghang1989 , I have did the same.
Already installed using :https://github.com/zhanghang1989/detectron2-ResNeSt/blob/resnest/INSTALL.md

@shida666
Copy link

I have did the same.

@zhanghang1989
Copy link
Collaborator

@shida666 @Randheerkumar please use the new Detectron2 Wrapper at https://github.com/zhanghang1989/ResNeSt/tree/master/d2

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

3 participants