hassony2 / kinetics_i3d_pytorch

Inflated i3d network with inception backbone, weights transfered from tensorflow
MIT License
523 stars 114 forks source link

python i3d_tf_to_pt.py --rgb #17

Closed Zhuysheng closed 6 years ago

Zhuysheng commented 6 years ago

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'

hassony2 commented 6 years ago

Hi @Zhuysheng,

Can you try

pip uninstall sonnet
pip install dm-sonnet

and try again ? Let me know how it goes !

Best,

Yana

Zhuysheng commented 6 years ago

@hassony2 thanks!