lmb-freiburg / flownet2-docker

Dockerfile and runscripts for FlowNet 2.0 (estimation of optical flow)
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
GNU General Public License v3.0
158 stars 52 forks source link

Will this work on latest version of CUDA 10? I am new please suggest me the changes in case it won’t I am getting error docker:error response from daemon:oci runtime create failed when i the 2.1 #13

Closed vivekdahiya95 closed 4 years ago

nikolausmayer commented 4 years ago

Hi, if I remember correctly, you need only minor changes for CUDA 10. Some header includes may have changed, and perhaps a function is now in a different namespace. These should be easily found in the compiler errors. The compiler will probably also complain (a lot!) that some switch statements to not cover newly added values in CUDA 10, so this might spam the compile output. It's just warnings though, no need to fix it.

nikolausmayer commented 4 years ago

(closed due to inactivity)