-
Notifications
You must be signed in to change notification settings - Fork 92
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
Issue with directory structure #9
Comments
Hi Mihir, thanks for the note! yeah, I don't support running this repo as a module right now, since i tend to run individual subcomponents. If you think that would help other people, though, I'd be happy to merge a PR for running it as a module though. So I moved train.jsonl out of the |
Hi Rowan, Thanks for the clarification! I'll try it with the new structure for now and also try to create a PR when I work out the best solution. Thanks! |
Hi,
Files in And since Line 134 in 6543568
to with open(os.path.join(os.path.dirname(__file__), 'cocoontology.json'), 'r') as f: is more reasonable. |
Hi,
I think the main directory is missing a setup.py file to install this code as a module, which should probably look something like this:
Also, when I downloaded the data,
train.jsonl
lies in thevcr1/vcr1annots/
folder, and cocoontology.json lies in thedataloaders
folder, but this line and this line indicate thatdataloaders
should be inside thevcr1/vcr1annots/
folder, but the instructions on the website say that we can have a separate folder where the data has been downloaded. Can you please help clarify the confusion?Thanks!
The text was updated successfully, but these errors were encountered: