-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors running mmimdb examples #27
Comments
I have the same problem, did you solve it? |
Bumping this in hopes one of the authors happens to see this. There are many local paths used throughout this repository in general that makes it difficult to reproduce experiments or run the example scripts.
Furthermore, |
First off, grateful for the repo and hats off to the tremendous effort that went into building this.
When experimenting with one of the given examples "MultiBench/examples/multimedia/mmimdb_simple_early_fusion.py". There are multiple errors being faced.
vgg.tar
,synset_words.txt
andGoogleNews-vectors-negative300.bin.gz
are required to run the function atfrom datasets.imdb.get_data import get_dataloader
and to initialize the class atfrom .vgg import VGGClassifier
. These are locally passed from the authors' source code but are not available in the git repo. This makes it hard for developers like me to run tests and experiment with the repo.I would also want to point out that installation of the package blocks isn't available in the
environment.yml
file so that had to be installed separately. If possible please, share the above files so I can run experiments for my project as well.The text was updated successfully, but these errors were encountered: