cannot run the v-jepa attentive probe checkpoint for my custom task, Seems to be some issue with the environment .
This error is a numpy import error. On further investigation i found that the environment that i am using "jepa" does not have it's numpy so python is looking for numpy in other conda env by name of "mmaction",which does have numpy installed but is failing to import above module.can someone please explain the issue and possibly any fix for the same.
PS: i cloned the repo and then installed ran 'pip install -r requirements.txt'
cannot run the v-jepa attentive probe checkpoint for my custom task, Seems to be some issue with the environment .
This error is a numpy import error. On further investigation i found that the environment that i am using "jepa" does not have it's numpy so python is looking for numpy in other conda env by name of "mmaction",which does have numpy installed but is failing to import above module.can someone please explain the issue and possibly any fix for the same. PS: i cloned the repo and then installed ran 'pip install -r requirements.txt'