Tags: datumbox/vision
Tags
.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
packaging: Add version suffix to build version This was a mistake since version suffix should always be appended Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
packaging: Add backslash to escape Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Make read_video_meta_data_from_memory and read_video_from_memory priv… …ate (pytorch#2077) (pytorch#2084) Summary: Pull Request resolved: pytorch#2077 Pull Request resolved: facebookresearch/SlowFast#164 This is a follow-up diff from D18720474 We will be releasing a new version of torchvision soon and the signature of those functions is not ready yet, following my comment in https://our.intern.facebook.com/intern/diff/D18720474/?transaction_id=561239541337402 Reviewed By: stephenyan1231 Differential Revision: D20914571 fbshipit-source-id: 1a7560b8f8e46ab42ef376c50b494a4f73923e94 Co-authored-by: Francisco Massa <fmassa@fb.com>
Remove constants from DenseBlock (pytorch#1727) (pytorch#1744)
PreviousNext