-
Notifications
You must be signed in to change notification settings - Fork 135
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
Return a zero matrix #92
Comments
I still can't understand why, but I found that LGA2 function in DispAgg returns all zeros matrix. |
maybe the compile logs can be helpful:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I follow the installation process as it's defined in the README, without apex it doesn't work.
apex installed in the following way:
otherwise apex.parallel not found.
with apex I'm getting the following warnings:
Warning: using Python fallback for SyncBatchNorm, possibly because apex was installed without --cuda_ext. The exception raised when attempting to import the cuda backend was: No module named 'syncbn'
predict.py:169: UserWarning: ./result/000000_10.png is a low contrast image
skimage.io.imsave(savename, (temp * 256).astype('uint16'))
and the result is just a matrix of zeros.
more information here
Working on ubuntu 18.04 with conda, python 3.7.4, torch 1.0.0, cuda 10.2
gcc 7.5
Any suggestions?
The text was updated successfully, but these errors were encountered: