-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Traceback (most recent call last):
File "", line 991, in _find_and_load
File "", line 961, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/init.py", line 16, in
from .token_level import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/init.py", line 16, in
from .method import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/init.py", line 16, in
from .attention import AttentionInterpreter
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/attention.py", line 19, in
from .base_interpret import TokenInterpreter
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/base_interpret.py", line 19, in
from ..common import merge_subword_special_idx
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/common/init.py", line 17, in
from .predict_functions import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/common/predict_functions.py", line 19, in
from paddle.fluid import layers
ModuleNotFoundError: No module named 'paddle.fluid'
python-BaseException
