Skip to content
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

output folder not created #43

Open
AniM824 opened this issue Sep 9, 2024 · 3 comments
Open

output folder not created #43

AniM824 opened this issue Sep 9, 2024 · 3 comments

Comments

@AniM824
Copy link

AniM824 commented Sep 9, 2024

i'm trying to run the code and having some errors? Is there any detailed documentation about how to run the program (what commands specifically?)

I ran run_pipeline.py and it compiled fine, but when i run compute_score.py, I get FileNotFoundError: [Errno 2] No such file or directory: 'output/line-rgrg-ada-ws-20-ss-2_samples.0.jsonl'

In compute_score.py, there are these lines:

file_path = 'output/line-rgrg-ada-ws-20-ss-2_samples.0.jsonl'
compute_score_by_repo_with_metadata(repos, Tools.load_jsonl(file_path), 'EM', passk=1)
compute_score_by_repo_with_metadata(repos, Tools.load_jsonl(file_path), 'ES', passk=1)

But, after running run_pipeline.py, I don't have any output folder or anything generated? I'm not sure what I'm doing wrong, any help would be greatly appreciated. Thank you!

@pppyb
Copy link

pppyb commented Sep 18, 2024

Maybe you can refer to #32

@zhaospei
Copy link

I have created a replicated implementation of RepoCoder. You can find it here. I hope it can help you.

@pppyb
Copy link

pppyb commented Sep 19, 2024

I have created a replicated implementation of RepoCoder. You can find it here. I hope it can help you.

Thanks for your work! Did you replicate the function level implementation of RepoCoder? I'm working on this but have some problems :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants