google-deepmind / google-deepmind/kinetics-i3d
Trouble saving I3d features
Open
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 467
- PR merge metrics
- No merged PRs in 30d
Description
In evaluate_sample.py, the return value of InceptionI3d is model_logits. So are these my I3d features? If yes, how can I save the 'model_logits' ? I tried to convert to numpy array and save in .npy format. But that doesn't seem right as I get this error:
`NotImplementedError: Cannot convert a symbolic Tensor (RGB/inception_i3d/Mean:0) to a numpy array.`
Can I get some help?
Thanks a lot.
Contributor guide
Assessment
This issue has not been assessed yet.