google-deepmind / google-deepmind/kinetics-i3d
Tensorflow and Sonnet versions 2.0 doesn't work
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 467
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
To install Sonnet, you redirect to [Sonnet Pape](https://github.com/deepmind/sonnet).
But now, that page refers to install tf and sonnet 2.0. Those versions are not compatible with I3D. We get the below error
```
Traceback (most recent call last):
File "evaluate_sample.py", line 24, in
import i3d
File "/media/nagabhushan/Data02/SNB/IISc/Research/01_Video_Generator/Workspace/Metrics/Research/002_Feature_Space_NeuralNetworks/code/kinetics-i3d/i3d.py", line 32, in
class Unit3D(snt.AbstractModule):
AttributeError: module 'sonnet' has no attribute 'AbstractModule'
```
This can be resolved by using tensorflow and sonnet 1.* versions as specified [here](https://github.com/deepmind/kinetics-i3d/issues/67)
So, can you please put a requirements.txt file so that future users can easily pick from that?
Contributor guide
Assessment
This issue has not been assessed yet.