former icon indicating copy to clipboard operation
former copied to clipboard

Module import error

Open Cybernetic1 opened this issue 4 years ago • 1 comments

$ python experiments/classify.py

Traceback (most recent call last): File "experiments/classify.py", line 1, in import former File "/home/yky/miniconda3/envs/former/lib/python3.7/site-packages/former/init.py", line 1, in from .modules import SelfAttention, SelfAttentionWide, TransformerBlock, SelfAttentionRelative, SelfAttentionNarrow File "/home/yky/miniconda3/envs/former/lib/python3.7/site-packages/former/modules.py", line 1, in from .util import mask_, d, slice_diag ModuleNotFoundError: No module named 'former.util'

Cybernetic1 avatar Oct 11 '21 04:10 Cybernetic1

Did you do pip install -e . ?

jalotra avatar Jan 19 '22 19:01 jalotra