FastFlowNet icon indicating copy to clipboard operation
FastFlowNet copied to clipboard

Using FastFlowNet with Cuda 10 ?

Open duongbk61 opened this issue 3 years ago • 4 comments

How to using this git repo on Cuda 10, because i need to synchronize with my other project ?

duongbk61 avatar Aug 12 '21 09:08 duongbk61

You can try the Pytorch Correlation module, which supports cuda 10 and newer versions of PyTorch, such as 1.2 and 1.6. Refer to the issue Installing Correlation package for more details.

ltkong218 avatar Aug 15 '21 12:08 ltkong218

Tks for your response, i upgrade env and install correlation module. I meet this error:

/home/duong/anaconda3/envs/FastFlow/lib/python3.6/site-packages/torch/include/ATen/core/jit_type.h: In static member function ‘static c10::DictTypePtr c10::DictType::create(c10::TypePtr, c10::TypePtr)’: /home/duong/anaconda3/envs/FastFlow/lib/python3.6/site-packages/torch/include/ATen/core/jit_type.h:747:3: warning: control reaches end of non-void function [-Wreturn-type] } ^ error: command 'gcc' failed with exit status 1

I have tried to update gcc but it's still not work

duongbk61 avatar Aug 17 '21 02:08 duongbk61

This seems to be some environment conflicts and compilation error, you should seek for the solutions on the Internet case by case since I did not meet such errors before.

ltkong218 avatar Aug 19 '21 09:08 ltkong218

I updated for cuda 10 and latest pytorch if anyone interested.

https://github.com/ubergeekNZ/FastFlowNet

ubergeekNZ avatar Feb 25 '22 18:02 ubergeekNZ