You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run 'CUDA_VISIBLE_DEVICES=0 python train.py --config config/conll_03_english.yaml --test', I get AttributeError:
Traceback (most recent call last):
File "/data_share/gxc_data/ACE/train.py", line 157, in
trainer.final_test(
File "/data_share/gxc_data/ACE/flair/trainers/reinforcement_trainer.py", line 1444, in final_test
for name, module in self.model.named_modules():
File "/data_share/gxc_data/miniconda3/envs/ace/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1207, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'FastSequenceTagger' object has no attribute 'selection'
The text was updated successfully, but these errors were encountered:
When I run 'CUDA_VISIBLE_DEVICES=0 python train.py --config config/conll_03_english.yaml --test', I get AttributeError:
Traceback (most recent call last):
File "/data_share/gxc_data/ACE/train.py", line 157, in
trainer.final_test(
File "/data_share/gxc_data/ACE/flair/trainers/reinforcement_trainer.py", line 1444, in final_test
for name, module in self.model.named_modules():
File "/data_share/gxc_data/miniconda3/envs/ace/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1207, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'FastSequenceTagger' object has no attribute 'selection'
The text was updated successfully, but these errors were encountered: