Skip to content

Tags: Gary828/vision

Tags

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
.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]>

v0.7.0-rc4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
.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]>

v0.7.0-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.7.0-rc2

Verified

This commit was signed with the committer’s verified signature. The key has expired.
seemethere Eli Uriegas
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]>

v0.7.0-rc1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
seemethere Eli Uriegas
packaging: Add backslash to escape

Signed-off-by: Eli Uriegas <[email protected]>

v0.6.1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
seemethere Eli Uriegas
.circleci: Regenerate configs

Signed-off-by: Eli Uriegas <[email protected]>

v0.6.0

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]>

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove constants from DenseBlock (pytorch#1727) (pytorch#1744)

v0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preparing builds (pytorch#1558)

v0.4.1

Disable uploads

Signed-off-by: Edward Z. Yang <[email protected]>