Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
406efa4
video transforms
Sep 7, 2019
cf66708
[video transforms]in ToTensorVideo, divide value by 255.0
Sep 8, 2019
88ea2c6
[video transforms] fix a bug
Sep 8, 2019
78f169b
Register Torchvision Ops as Cutom Ops (#1267)
lara-hdr Sep 9, 2019
e4d5003
Add CircleCI (v2) (#1298)
fmassa Sep 9, 2019
fe234fc
Revert "Register Torchvision Ops as Cutom Ops (#1267)" (#1316)
ezyang Sep 9, 2019
6ddda3a
Fix EMNSIT download URL (#1318)
Sep 9, 2019
7f7e766
Fix Windows build in Torchvision Custom op Registration (#1320)
Sep 10, 2019
cabca39
Fix make_grid: support any number of channels in tensor (#1300)
dimart Sep 10, 2019
a91fe72
Make custom ops differentiable (#1314)
t-vi Sep 10, 2019
a129b6b
Adds optional fill colour to rotate (#1280)
Sep 11, 2019
6de158c
use native python code generation logic (#1321)
kostmo Sep 12, 2019
e8b830f
VOC2007 support test set (#1340)
fmassa Sep 16, 2019
3c1ab2c
make resnext scriptable (#1343)
eellison Sep 17, 2019
d4392a8
Support Exporting GeneralizedRCNNTransform to ONNX (#1325)
lara-hdr Sep 17, 2019
ef6d6c4
Make CircleCI checkout merge commit (#1344)
fmassa Sep 17, 2019
490966f
Windows build scripts (#1241)
peterjc123 Sep 18, 2019
d7e88fb
Fix Windows CI (#1347)
peterjc123 Sep 18, 2019
5d5d425
Fix anchor dtype in AnchorGenerator (#1341)
fmassa Sep 18, 2019
0dd5588
Add TorchHub tests to torchvision (#1319)
fmassa Sep 18, 2019
f677ea3
Remove cpp extensions in favor of torch ops (#1348)
fmassa Sep 18, 2019
718fc40
fix linting
Sep 19, 2019
ba3ef5a
video transforms
Sep 7, 2019
6e56e1f
[video transforms]in ToTensorVideo, divide value by 255.0
Sep 8, 2019
d0cc43b
[video transforms] fix a bug
Sep 8, 2019
0f1d721
fix linting
Sep 19, 2019
07c4393
Merge branch 'transforms_video' of github.com:stephenyan1231/vision i…
Sep 19, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
Loading