albanie / collaborative-experts

Video embeddings for retrieval with natural language queries
https://www.robots.ox.ac.uk/~vgg/research/collaborative-experts/
Apache License 2.0
332 stars 55 forks source link

Consult on Collaborative-Experts Code #13

Open qjyyyy opened 3 years ago

qjyyyy commented 3 years ago

I tried to reproduce the experimental results, but an error message appeared when installing dependencies, “Could not find a version that satisfies the requirement mkl-fft==1.0.12” “Could not find a version that satisfies the requirement mkl-random==1.0.2” I looked for these two packages on the official website, but I couldn't find them.Their version is too new. So I want to know how your team got these two packages. Looking forward to your reply! THANK U!!!!!

qjyyyy commented 3 years ago

btw,the version of python is 3.7

qjyyyy commented 3 years ago

The problem was solved. I used Python 3.6 and installed the corresponding version of mkl-fft and mkl-random.

iamshant commented 3 years ago

I am trying to work on this also. Anyway to contact with you?