haofeixu / aanet

[CVPR'20] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
Apache License 2.0
524 stars 102 forks source link

error in running aanet_predict.sh #34

Closed xuzhongyou closed 4 years ago

xuzhongyou commented 4 years ago
屏幕快照 2020-08-10 下午1 57 18

after dubug, i find the problem comes from deconv,but no error happen in building my Cuda version:

屏幕快照 2020-08-10 下午3 34 19

pytorch version: pytorch1.2.0 cuda Driver version:

屏幕快照 2020-08-10 下午3 36 06

the file exists

屏幕快照 2020-08-10 下午3 37 16
xuzhongyou commented 4 years ago

I solved it by changing the version of gcc

Estrella1024 commented 2 years ago

I would like to ask, how did you change it through gcc?