nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
916 stars 200 forks source link

RuntimeError: copy_if failed to synchronize: device-side assert triggered #27

Open shubhaminnani opened 4 years ago

shubhaminnani commented 4 years ago

while training the program I am getting the following error RuntimeError: copy_if failed to synchronize: device-side assert triggered.
dataset is cityscapes its training but while validating it gives the above error? pytorch 1.0.0 cuda 10 @tovacinni @varunjampani @davidjesusacu

sainatarajan commented 4 years ago

@shubhaminnani can you post the full stack trace or at least a few lines before this error message?

DancingJane commented 4 years ago

I have the same problem when i resize the input image to (64,64) and crop to (32,32) in cityscapes.py. How did you solve it? @shubhaminnani