From 05783d11f9632b25fe3d50395a9c9bb51f848d6d Mon Sep 17 00:00:00 2001 From: AJ Piergiovanni Date: Thu, 28 Jun 2018 10:21:03 -0600 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d25270..91b26c8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Zisserman. This code is based on Deepmind's [Kinetics-I3D](https://github.com/deepmind/kinetics-i3d). Including PyTorch versions of their models. +## Note +This code was written for PyTorch 0.3. Version 0.4 and newer may cause issues. + # Fine-tuning and Feature Extraction We provide code to extract I3D features and fine-tune I3D for charades. Our fine-tuned models on charades are also available in the models director (in addition to Deepmind's trained models). The deepmind pre-trained models were converted to PyTorch and give identical results (flow_imagenet.pt and rgb_imagenet.pt). These models were pretrained on imagenet and kinetics (see [Kinetics-I3D](https://github.com/deepmind/kinetics-i3d) for details).