Tags: XDLiuyyy/vision
Tags
.cirlceci: Be specific about CU_VERSION for pytorch (pytorch#2826) ROCM builds were being picked up for CUDA 10.2 builds since they do not specify a version suffix. We can utilize the CU_VERSION to be specific about which index to actually pull from. Signed-off-by: Eli Uriegas <[email protected]>
.circleci: Set build / pytorch version Signed-off-by: Eli Uriegas <[email protected]>
.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 <[email protected]>
.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 <[email protected]>
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 <[email protected]>
packaging: Add backslash to escape Signed-off-by: Eli Uriegas <[email protected]>
.circleci: Regenerate configs Signed-off-by: Eli Uriegas <[email protected]>
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 <[email protected]>
Remove constants from DenseBlock (pytorch#1727) (pytorch#1744)
PreviousNext