t-kuha

Results 3 comments of t-kuha

You can refer to #1469 for required changes when building for windows. (Or my version of changes: https://github.com/t-kuha/caffe2/commit/046b6431c751872e753a5015cb58a0b5f4e1eecd)

@filipendo125 The errors are due to compiler/linker not being able to find CUDA libraries (cudart.lib etc.). Check that the vc projects have entry for CUDA libraries. *** And as a...

How about adding the path to your Python to the environment variable? e.g. ```msdos > set Path=;%Path% > build_win.cmd ```