-
Notifications
You must be signed in to change notification settings - Fork 50
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
gen_test_train_data/gen_all.lua (Step. 10) doesn't work #21
Comments
It seems to me that the file opened at gen_ace_msnbc_aquaint_csv.lua:182 does not exist. Can you check that the path defined in line gen_ace_msnbc_aquaint_csv.lua:42 contains the test datasets ? This should be true if step 4 was done properly. |
@octavian-ganea Thanks for your response!
Here is the result tree returns:
|
Yes, but you should debug yourself why that line 182 is not opening a valid file. |
@octavian-ganea For example, WNED > wned-datasets > wikipedia:
basic_data.zip:
So, I replaced the basic_data.zip's ones with the original WNED ones. After that, it passes the step. 10:
Is this expected workaround? If basic_data.zip is corrupted then why the other people could pass the step 10? |
I also confirmed the stats are correct. stats.sh:
|
@octavian-ganea NoteMy environment was as follows:
Moreover, I also encountered the issue 17 ( #17 ) and deleted the assertions. |
Hi,
Step 10 doesn't work on my environment.
I think there are incorrect settings on the environment.
Could you tell me the Lua or Linux versions on which the paper experiment was conducted?
Reproducible procedure:
Environment:
Dockerfile:
setup.sh (A setup script. I ran it it after building the docker container.)
docker version (host computer's one):
Cheers,
The text was updated successfully, but these errors were encountered: