Tags: fizyr-forks/torchvision
Tags
Added DEBUG=1 option to build torchvision (pytorch#2603) - can be helpful for debugging C++ extensions
.circleci: Remove CUDA 9.2 for windows (pytorch#2504) There is an outstanding issue with JIT for pytorch binaries compiled with Visual Studio 2014. Since CUDA 9.2 is only compilable with Visual Studio 2014 we have decided to drop it altogether. Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
.circleci: Remove CUDA 9.2 for windows (pytorch#2504) There is an outstanding issue with JIT for pytorch binaries compiled with Visual Studio 2014. Since CUDA 9.2 is only compilable with Visual Studio 2014 we have decided to drop it altogether. Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Fix wrong clamping in RoIAlign with aligned=True (pytorch#2438) (pyto… …rch#2443) * Fix wrong clamping in RoIAlign with aligned=True * Fix silly mistake * Bugfix pointed out during code-review
PreviousNext