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
我运行sh 15_pretrain_full.sh,但是出现以下错误 7e-5 Traceback (most recent call last): File "MAESC_training.py", line 19, in <module> from src.model.MAESC_model import MultiModalBartModel_AESC File "/home/jovyan/multimodal_aspect_sentiment/VLP-MABSA/src/model/MAESC_model.py", line 2, in <module> from fastNLP.modules import Seq2SeqEncoder, Seq2SeqDecoder, State ImportError: cannot import name 'Seq2SeqEncoder' from 'fastNLP.modules' (/home/jovyan/environment/anaconda3/body/envs/vlpmabsa/lib/python3.7/site-packages/fastNLP/modules/__init__.py)
该怎么做?你们用的是什么版本的fastNLP?
The text was updated successfully, but these errors were encountered:
我运行sh 15_pretrain_full.sh,但是出现以下错误
7e-5 Traceback (most recent call last): File "MAESC_training.py", line 19, in <module> from src.model.MAESC_model import MultiModalBartModel_AESC File "/home/jovyan/multimodal_aspect_sentiment/VLP-MABSA/src/model/MAESC_model.py", line 2, in <module> from fastNLP.modules import Seq2SeqEncoder, Seq2SeqDecoder, State ImportError: cannot import name 'Seq2SeqEncoder' from 'fastNLP.modules' (/home/jovyan/environment/anaconda3/body/envs/vlpmabsa/lib/python3.7/site-packages/fastNLP/modules/__init__.py)
该怎么做?你们用的是什么版本的fastNLP?
The text was updated successfully, but these errors were encountered: