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
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 849, in getattr return self[attribute] ~~~~^^^^^^^^^^^ File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 953, in getitem raise KeyError(self._generate_did_you_mean_message(key, str(e))) KeyError: "'skip_channels'"
Traceback (most recent call last): File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/test.py", line 119, in net = ViT_seg(config_vit, img_size=args.img_size, num_classes=config_vit.n_classes).cuda() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/networks/vit_seg_modeling.py", line 377, in init self.decoder = DecoderCup(config) ^^^^^^^^^^^^^^^^^^ File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/networks/vit_seg_modeling.py", line 343, in init skip_channels = self.config.skip_channels ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 851, in getattr raise AttributeError(e) AttributeError: "'skip_channels'"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 849, in getattr
return self[attribute]
~~~~^^^^^^^^^^^
File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 953, in getitem
raise KeyError(self._generate_did_you_mean_message(key, str(e)))
KeyError: "'skip_channels'"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/test.py", line 119, in
net = ViT_seg(config_vit, img_size=args.img_size, num_classes=config_vit.n_classes).cuda()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/networks/vit_seg_modeling.py", line 377, in init
self.decoder = DecoderCup(config)
^^^^^^^^^^^^^^^^^^
File "/tmp/pycharm_project_45/project_TransUNet/TransUNet/networks/vit_seg_modeling.py", line 343, in init
skip_channels = self.config.skip_channels
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.virtualenvs/project_TransUNet/lib/python3.12/site-packages/ml_collections/config_dict/config_dict.py", line 851, in getattr
raise AttributeError(e)
AttributeError: "'skip_channels'"
The text was updated successfully, but these errors were encountered: