-
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
buzzer cannot run because of missing qanta/buzzer/test.py #98
Comments
Can you please give the command you're trying to run and the error that you get? |
I am using luigi and here is my command:
The problem is in the qanta/pipeline/buzzer.py, it imports |
We need to run in order to train the buzzer. |
@ezubaric I tried that but in the pipeline buzzer, there exists many such dependencies. Also I have noticed it seems that the pipeline is not updated as it seems to call functions that no longer exist in the more updated files under Calling On a different note, I see for the eval |
@NPSDC @DongzeHE The buzzer related luigi pipelines are indeed obsolete. But hopefully the buzzer part can be experimented with independent of the guesser. On my end I usually just run The protobowl files are available at
These files should be stored in The buzzer code is a bit outdated since Chainer is no longer being actively developed, but it should be very straightfoward to convert it into Pytorch since the two frameworks have virtually identical APIs. I'd recommend doing that, and keep the feature extraction code ( |
@ihsgnef Could you guide me on how to download the protobowl files. Using wget/curl on the above URLs is giving me an error. Thanks for the help. |
@NPSDC For future issues, please include the complete output (including the command you ran and the error you got).
|
I cannot run buzzer because of the missing file
The text was updated successfully, but these errors were encountered: