-
Notifications
You must be signed in to change notification settings - Fork 55
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
Broken Pipe Issue #3
Comments
As I posted this issue, i just noticed my pytorch is built with a different CUDA Runtime, I will try to fix that and see if the error goes away, but i have a feeling that's not gonna make a difference. |
Tried compiling this repo with CUDA10.1 installed. The compilation errored out as logged here Important lines of the log are:
This is as far as a i understand. Please do take a look at mentioned log file to get a clear picture. Any help is appreciated. |
which script do you run? |
@conansherry https://gist.github.com/gautamchitnis/bed3dd638ce068a84bae712ec8feafbb Here's the .py script I'm running. |
Hi! I solved this problem by adding |
Here's what I need help with:
I have been banging my head against a wall trying to get detectron2 to work, but to no avail. Now after I stumbled onto this project, i was finally able to build and install detectron2 properly. I tried replicating this notebook locally, which works as expected, even predicting balloons properly.
But when I reproduce the same code as a python file and try to run it using either pycharm or cmd line I'm hitting a weird error which I've not found anything about either in original Detectron2 repo or simple google search.
This gist has the code I pulled into a single file.
Here's the error log:
Environment
The text was updated successfully, but these errors were encountered: