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
Traceback (most recent call last): File "/home/xxx/Swin-Unet/train.py", line 10, in from config import get_config File "/home/xxx/Swin-Unet/config.py", line 72, in _C.MODEL.SWIN.QK_SCALE = None File "/home/xxxo/miniconda3/envs/xsw_torch/lib/python3.8/site-packages/yacs/config.py", line 155, in setattr _assert_with_logging( File "/home/xxx/miniconda3/envs/xsw_torch/lib/python3.8/site-packages/yacs/config.py", line 521, in _assert_with_logging assert cond, msg AssertionError: Invalid type <class 'NoneType'> for key QK_SCALE; valid types = {<class 'tuple'>, <class 'list'>, <class 'str'>, <class 'int'>, <class 'float'>, <class 'bool'>}
The text was updated successfully, but these errors were encountered:
各位大佬好,可以发一份acdc数据集的预处理代码吗,我的邮箱地址[email protected], 万分感谢,祝您科研顺利。
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "/home/xxx/Swin-Unet/train.py", line 10, in
from config import get_config
File "/home/xxx/Swin-Unet/config.py", line 72, in
_C.MODEL.SWIN.QK_SCALE = None
File "/home/xxxo/miniconda3/envs/xsw_torch/lib/python3.8/site-packages/yacs/config.py", line 155, in setattr
_assert_with_logging(
File "/home/xxx/miniconda3/envs/xsw_torch/lib/python3.8/site-packages/yacs/config.py", line 521, in _assert_with_logging
assert cond, msg
AssertionError: Invalid type <class 'NoneType'> for key QK_SCALE; valid types = {<class 'tuple'>, <class 'list'>, <class 'str'>, <class 'int'>, <class 'float'>, <class 'bool'>}
The text was updated successfully, but these errors were encountered: