sampepose / flownet2-tf

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
MIT License
403 stars 195 forks source link

CUDA and CUDNN installed by Anaconda #88

Open AliKafaei opened 5 years ago

AliKafaei commented 5 years ago

new versions of conda will install CUDA and cudnn when you install tensorflow. I would like to know that the custom layers can use this installed cuda or they need separate cuda for installation since I had problems in custom layers for windows (Anaconda) and for this code I switched to Linux.

Iamanorange commented 5 years ago

It doesn't matter wheather using conda or not.

AliKafaei commented 5 years ago

but for custom layers it wasnt working on windows

Iamanorange commented 5 years ago

Did you build these custom OPs on Windows? Failed when building OPs or running Flownet? What's the error log?

I don't know if it can work on Windows. But the custom OPs can be replaced by native tensorflow OPs.