Skip to content
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

Using FastFlowNet with Cuda 10 ? #8

Open
duongbk61 opened this issue Aug 12, 2021 · 4 comments
Open

Using FastFlowNet with Cuda 10 ? #8

duongbk61 opened this issue Aug 12, 2021 · 4 comments

Comments

@duongbk61
Copy link

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

@ltkong218
Copy link
Owner

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.

@duongbk61
Copy link
Author

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

@ltkong218
Copy link
Owner

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.

@ubergeekNZ
Copy link

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

https://github.com/ubergeekNZ/FastFlowNet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants