hassony2/kinetics_i3d_pytorch

python i3d_tf_to_pt.py --rgb

Zhuysheng opened this issue · 2 comments

Traceback (most recent call last):
File "i3d_tf_to_pt.py", line 9, in
from src.i3dtf import InceptionI3d
File "/home/zhuyisheng/kinetics_i3d_pytorch/src/i3dtf.py", line 32, in
class Unit3Dtf(snt.AbstractModule):
AttributeError: 'module' object has no attribute 'AbstractModule'

Hi @Zhuysheng,

Can you try

pip uninstall sonnet
pip install dm-sonnet

and try again ?
Let me know how it goes !

Best,

Yana

@hassony2 thanks!