model.videolearner not intializing, tried with both "base_model='ig65m' " and kinetics' and both give a key error at lines 88 and 121 in utils_cv/action_recognition/model.py
In which platform does it happen?
Google Colab
using T4 GPU
How do we replicate the issue?
I tried importing my own data set and then went back to the pouring/opening dataset
Expected behavior (i.e. solution)
the model.videolearner should initialize correctly
Description
model.videolearner not intializing, tried with both "base_model='ig65m' " and kinetics' and both give a key error at lines 88 and 121 in utils_cv/action_recognition/model.py
In which platform does it happen?
Google Colab using T4 GPU
How do we replicate the issue?
I tried importing my own data set and then went back to the pouring/opening dataset
Expected behavior (i.e. solution)
the model.videolearner should initialize correctly
Other Comments