Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
279 commits
Select commit Hold shift + click to select a range
9e6bdba
Skip r2plus1d_18 test on linux GPU Circle CI machines (#3768)
NicolasHug May 4, 2021
3782888
Update CI jobs xcode/macOS version to match PyTorch core (#3778)
mthrok May 5, 2021
90a6206
Show built doc links directly in PR GUI -- v2 (#3734)
NicolasHug May 5, 2021
c2ab0c5
Make reference scripts compatible with submitit (#3785)
datumbox May 6, 2021
a78d0d8
Add checkpoints used for preemption. (#3789)
datumbox May 7, 2021
851b623
Pin JPEG version to resolve the size_t issue on windows (#3787)
datumbox May 7, 2021
2f22583
Add auto-augment introduced transforms in docs (#3793)
datumbox May 7, 2021
5339e63
Remove "Show link to docs" GH Action (#3796)
NicolasHug May 7, 2021
d6fee5a
[android][circle_ci] android build job (#3679)
IvanKobzarev May 10, 2021
b56f17a
Added antialias option to transforms.functional.resize (#3761)
vfdev-5 May 10, 2021
00ea88c
Convert "tensor transforms" notebook into a sphinx-gallery example (#…
NicolasHug May 10, 2021
d8ff319
Fix wheel relocation issues on OSX (#3794)
NicolasHug May 10, 2021
389109a
Remove cu101 build (#3809)
malfet May 11, 2021
9dbff56
remove comment (#3807)
NicolasHug May 11, 2021
5dd7dfe
Added VisionTestApp for testing vision ops in iOS (#3629) (#3806)
NicolasHug May 11, 2021
48441cc
Refactor grid default boxes with torch meshgrid (#3799)
zhiqwang May 11, 2021
4500208
Fix inconsistent version pinning across yaml files (#3790)
datumbox May 11, 2021
f87ce88
Support for decoding jpegs on GPU with nvjpeg (#3792)
NicolasHug May 11, 2021
a00fa40
Convert "Visualization utilities" notebook into a sphinx-gallery exam…
NicolasHug May 11, 2021
43d7720
Add SSDlite architecture with MobileNetV3 backbones (#3757)
datumbox May 11, 2021
6374cff
Fix io docs and expose `ImageReadMode` in `torchvision.io` (#3812)
oke-aditya May 11, 2021
e35793a
Cerrypicking cleanups for SSD and SSDlite. (#3818)
datumbox May 12, 2021
0fd0f50
Added bicubic support for interpolation with AA (#3810)
vfdev-5 May 13, 2021
f5aa5f5
Added dataset download support in fbcode (#3823) (#3826)
prabhat00155 May 13, 2021
b94a401
Making protected params of MobileNetV3 public (#3828)
datumbox May 13, 2021
3193b73
Added Makefile rule to not build the examples (#3834)
NicolasHug May 14, 2021
f1d7342
remove old css file (#3839)
NicolasHug May 15, 2021
3a96fb5
Show links to notebooks in sphinx-gallery examples (#3838)
NicolasHug May 17, 2021
0fece1f
Add cross-PR caching within CircleCI for gallery examples (#3837)
NicolasHug May 17, 2021
32bccc5
Port _test_adjust_fn to pytest (#3845)
NicolasHug May 17, 2021
5bb997c
Rewrite draw_segmentation_masks and update gallery example to illustr…
NicolasHug May 17, 2021
11bf27e
Adding some references on MobileNetV3 implementation. (#3850)
datumbox May 17, 2021
6397190
Make crop work the same for pil and tensor (#3770)
jaesuny May 17, 2021
541e0f1
Update models weights for inception_v3, vgg11, and vgg13 (#3851)
NicolasHug May 17, 2021
e68d6b0
correct the size of returned tensor in comments of ps_roi_pool.py and…
chengjuzhou May 17, 2021
8fb76e8
Port NMS tests to use pytest and introduce the cpu_only decorator (#3…
NicolasHug May 17, 2021
33db2b3
Improvements to models docs (#3853)
NicolasHug May 18, 2021
b6f7330
SSDlite documentation fixes (#3855)
datumbox May 18, 2021
2c52d9f
add rocm4.2 to nightly wheel builds (#3840)
jeffdaily May 19, 2021
3c47bfd
Added CUDA support for interpolation AA bilinear/bicubic (#3842)
vfdev-5 May 19, 2021
59c6731
Updated all_gather() to make use of all_gather_object() (#3857)
prabhat00155 May 19, 2021
6a54301
fbcode-friendly tests for nvjpeg decoding (#3860)
NicolasHug May 20, 2021
26e3473
[FBcode->GH] Added url to class mapping logic to manifold download (#…
prabhat00155 May 20, 2021
b060163
Make target argument in transform.py truly optional (#3866)
zhiqwang May 20, 2021
7b87af2
replaced deprecated call to ByteTensor with from_numpy (#3813)
vipyoung May 20, 2021
9522678
Remove obsolete test_datasets_transforms.py (#3867)
pmeier May 21, 2021
91d9797
Change CI cuda versions to 10.2 (#3869)
datumbox May 21, 2021
dba5cf3
Add copy button and automatic cross-refs to external projects in docs…
oke-aditya May 21, 2021
1a10a9a
remove deprecated function call (#3858)
bjuncek May 21, 2021
231f80d
remove deprecated function calls (#3859)
bjuncek May 21, 2021
89cb908
Add new assert_equal test util based on torch.testing.assert_close (#…
NicolasHug May 21, 2021
c4685e8
Moving tensors to the right device (#3870)
datumbox May 21, 2021
05a3941
Use torch.testing.assert_close in test_datasets_samplers.py (#3874)
NicolasHug May 21, 2021
05e061f
Use torch.testing.assert_close in datasets_video_utils.py (#3875)
NicolasHug May 21, 2021
195bb86
Use torch.testing.assert_close in test_image.py (#3877)
NicolasHug May 21, 2021
ed239b8
Use torch.testing.assert_close in test_io.py (#3878)
NicolasHug May 21, 2021
86d4541
Use torch.testing.assert_close in test_anchor_utils.py (#3880)
NicolasHug May 21, 2021
c307db4
Use torch.testing.assert_close in test_detection_utils.py (#3881)
NicolasHug May 21, 2021
ea34cd1
Use torch.testing.assert_close in test_onnx.py (#3882)
NicolasHug May 21, 2021
55150bf
Use torch.testing.assert_close in test_ops.py (#3883)
NicolasHug May 21, 2021
97b05a8
Use torch.testing.assert_close in test_transforms_tensor.py (#3885)
NicolasHug May 21, 2021
6fa9308
Use torch.testing.assert_close in test_transforms_video.py (#3886)
NicolasHug May 21, 2021
b327734
Remove codecov (#3871)
datumbox May 21, 2021
b2f188e
Replace deprecated AutoNonVariableTypeMode with AutoDispatchBelowADIn…
datumbox May 21, 2021
31ee79e
Use torch.testing.assert_close in test_utils (#3887)
NicolasHug May 21, 2021
74559c4
Use torch.testing.assert_close in test_video_reader.py (#3888)
NicolasHug May 21, 2021
0bb9b91
Fix the spacing of labels on draw_bounding_boxes (#3895)
datumbox May 22, 2021
3f556e2
Use torch.testing.assert_close in common_utils.py (#3873)
NicolasHug May 22, 2021
b2d4d8a
Fixing SSD and SSDlite docs (#3896)
datumbox May 22, 2021
c89cd06
Fix Android CI (#3900)
datumbox May 24, 2021
8835852
Change leftover AutoNonVariableTypeMode class. (#3897)
datumbox May 24, 2021
963d432
Use torch.testing.assert_close in test_transforms.py (#3884)
NicolasHug May 24, 2021
b96d381
Use torch.testing.assert_close in test_functional_tensor (#3876)
NicolasHug May 24, 2021
21049e9
Use torch.testing.assert_close in test_models.py (#3879)
NicolasHug May 24, 2021
9c31d1d
Fix pointer to contiguous data in quantized roi_align (#3904)
NicolasHug May 24, 2021
21824ce
Port resize tests to pytest and fix their flakyness (#3907)
vfdev-5 May 25, 2021
c58d5d1
Fix bug on detection backbones when trainable_layers == 0 (#3906)
datumbox May 25, 2021
eaddb90
Fix write and encode jpeg tests (#3908)
NicolasHug May 25, 2021
1b6fe68
remove masks (#3910)
NicolasHug May 25, 2021
154283b
Port test/test_utils.py to pytest (#3917)
zhiqwang May 25, 2021
f584309
Fixed audio-video synchronisation problem in read_video() when using …
prabhat00155 May 25, 2021
48de528
[FBcode->GH] Add check_stride=False (#3920)
datumbox May 26, 2021
6d1a084
Reenable tests for r2plus1d_18. (#3919)
datumbox May 26, 2021
fc852f3
Fix installation instructions in contributing guide (#3923)
NicolasHug May 26, 2021
c2cdad4
Bump master versions. (#3925)
datumbox May 26, 2021
2ab9359
Improve model parameterization on tests (#3926)
datumbox May 26, 2021
e3e7c25
Remove deprecated CI vars. (#3928)
datumbox May 27, 2021
4c56384
Speedup the slow tests of detection models (#3929)
datumbox May 27, 2021
1cbcb2b
Port test/test_image.py to pytest (#3930)
zhiqwang May 27, 2021
fec39cd
Added check for invalid input file (#3932)
prabhat00155 May 27, 2021
882e11d
Port test/test_io.py to pytest (#3922)
ShrillShrestha May 27, 2021
234d262
Speed up Transformations tests (#3936)
datumbox Jun 1, 2021
9b29f3f
Faster dataset indexing (#3939)
IgorSusmelj Jun 1, 2021
2cc8359
Turn on fast gradcheck for DeformConv to speed-up tests (#3933)
datumbox Jun 1, 2021
e395a79
Fix DeformConvTester::test_backward_cuda by setting threads per block…
NicolasHug Jun 1, 2021
8e8c665
Fix clang formatting in deform_conv2d_kernel.cu (#3943)
NicolasHug Jun 1, 2021
f6b6b51
addressing #3805: remove deprecated function call 3 (#3861)
bjuncek Jun 1, 2021
d1f1a54
Document minimum required shapes for classification model builder. (#…
ganler Jun 1, 2021
31d5336
Remove TransformsTester (#3946)
NicolasHug Jun 2, 2021
4c0fdc6
Port test_adjust_xxx in test_transforms to pytest (#3950)
saswatpp Jun 3, 2021
7daa90a
Take assertExpected and check_jit_scriptable out of the TestCase clas…
NicolasHug Jun 3, 2021
f7b4cb0
Port test pad in test_transforms to pytest (#3954)
Dbhasin1 Jun 3, 2021
2a52c2d
Port test_randomness in test_transforms.py to pytest (#3955)
ShrillShrestha Jun 3, 2021
a0cd96f
Port test_ops.py to pytest (#3953)
NicolasHug Jun 4, 2021
136ca60
Add sphinx Index at the bottom of the index.html page (#3894)
oke-aditya Jun 4, 2021
dc5ede7
Port some tests in test_transforms to pytest (#3957)
sahilg06 Jun 4, 2021
96ad7f0
Port grayscale tests in test_tranforms to pytest (#3962)
Ishan-Kumar2 Jun 4, 2021
6e5a83f
Fixed read_image bug (#3948)
prabhat00155 Jun 4, 2021
a0b44d7
Change 'range' in docstrings of make_grid to 'value_range' (#3967)
njuaplusplus Jun 4, 2021
21426dd
Port some tests in test_transforms.py to pytest (#3964)
vivekkumar7089 Jun 4, 2021
c6c5a5f
Add warning for files with corrupt containers (#3961)
bjuncek Jun 4, 2021
744e37d
Add Docs for `VisionDataset` (#3863)
oke-aditya Jun 4, 2021
366bf0a
Port test resize in test_transforms to pytest (#3952)
AnirudhDagar Jun 5, 2021
15bebfb
Port to_tensor tests in test_transforms to pytest (#3966)
DevPranjal Jun 5, 2021
729fee5
Port random flip tests to pytest in test_transforms.py (#3971)
vivekkumar7089 Jun 5, 2021
453dd2e
Port some test_random_xxx in test_transforms to pytest (#3972)
AnirudhDagar Jun 5, 2021
02e5bb4
Port the xxx_to_pil_image tests in test_transforms.py to pytest (#3959)
zhiqwang Jun 5, 2021
6cb73eb
port some tests in test_functional_tensor to pytest (#3977)
sahilg06 Jun 5, 2021
a2329ff
port pad, resized_crop and test_affine in test_functional_tensor to p…
saswatpp Jun 6, 2021
44fefe6
Port test_models to pytest (#3978)
AnirudhDagar Jun 7, 2021
964ce1e
Prepare test_transforms_tensor.py for porting to pytest (#3976)
NicolasHug Jun 7, 2021
4c95bb6
Port test_rotate in test_functional_tensor.py to pytest (#3983)
zhiqwang Jun 7, 2021
7fb4ef5
Revert "addressing #3805: remove deprecated function call 3 (#3861)" …
prabhat00155 Jun 7, 2021
a629a9b
Port some tests to pytest in test_functional_tensor.py (#3988)
vivekkumar7089 Jun 7, 2021
182f80d
Finish porting test_functional_tensor.py to pytest (#3990)
NicolasHug Jun 7, 2021
0013d93
Port test_backbone_utils.py to pytest (#3991)
NicolasHug Jun 7, 2021
27bdb8c
port test_accimage_xxx in test_transforms to pytest (#3985)
AnirudhDagar Jun 8, 2021
9dca76d
Port affine transform tests in test_tranforms to pytest (#3984)
Ishan-Kumar2 Jun 8, 2021
befbe1b
Port some tests to pytest in test_transforms.py (#3981)
harishsdev Jun 8, 2021
e4c5608
Fixed comparison warnings in audio_stream and video_stream (#4007)
prabhat00155 Jun 8, 2021
aaf240f
ping maintainers in case a PR was not properly labeled (#3993)
pmeier Jun 9, 2021
a00c735
fix syntax in PR labels workflow (#4012)
pmeier Jun 9, 2021
ea6be12
Ignore missing report warning for requests (#4011)
datumbox Jun 9, 2021
c52a33a
Skip some CPU-only tests on CircleCI machines with GPU (#4002)
NicolasHug Jun 9, 2021
69f2e1b
[pytest port] color_jitter, pad, crop, center_crop in test_transforms…
AnirudhDagar Jun 9, 2021
9ff01a0
Install missing stubs for mypy (#4014)
AnirudhDagar Jun 9, 2021
4db4d15
Port random affine, rotate, perspective and to_grayscale to pytest (#…
vivekkumar7089 Jun 9, 2021
78fc143
Fix workflow for pinging maintainers in case of unlabeled PRs (#4021)
pmeier Jun 9, 2021
810811f
[pytest port] test{crop_five, crop_ten, resize, resized_crop} in test…
AnirudhDagar Jun 9, 2021
5d614bd
Port normalize, linear_transformation, compose, random_apply, gaussia…
vivekkumar7089 Jun 9, 2021
5046871
port the rest of test_transforms.py to pytest (#4026)
anartify Jun 9, 2021
6fc18d6
Drop virtual from private member functions of Decoder class (#4027)
prabhat00155 Jun 9, 2021
d486ca7
Fixed some ffmpeg deprecation warnings in decoder (#4003)
prabhat00155 Jun 9, 2021
9a6c8bb
Fixed typo in audio_sampler comments (#4028)
prabhat00155 Jun 10, 2021
8ea04d1
Download and Kinetics 400/600/700 Datasets (#3680)
bjuncek Jun 10, 2021
e27b392
Port test_datasets_video_utils.py to pytest (#4035)
AnirudhDagar Jun 10, 2021
59833e7
port test_models_detection_utils.py to pytest (#4036)
AnirudhDagar Jun 10, 2021
ec40ac3
Import hipify_python only when needed (#4031)
Flamefire Jun 10, 2021
2d6931a
Port test_hub.py to pytest (#4038)
AnirudhDagar Jun 10, 2021
7326623
Port test_quantized_models.py to pytest (#4034)
NicolasHug Jun 10, 2021
13ed657
Finish porting test_transforms_tensor to pytest (#3996)
tanvimoharir Jun 10, 2021
093757d
Port test_datasets_samplers.py to pytest (#4037)
vivekkumar7089 Jun 10, 2021
552a406
bug-fix to issue #4042 (#4043)
sugatoray Jun 11, 2021
fb2598b
Port test_onnx.py to pytest (#4047)
zhiqwang Jun 11, 2021
0e7ae64
Port tests in test_transforms_video.py to pytest (#4040)
DevPranjal Jun 11, 2021
e4eded4
Port test_models_detection_anchor_utils.py to pytest (#4046)
vivekkumar7089 Jun 11, 2021
7dc8a69
Port test_models_detection_negative_samples.py to pytest (#4045)
zhiqwang Jun 11, 2021
26d6080
add filter for binary_linux_wheel_py3.7_cpu (#3998)
mattip Jun 11, 2021
3161841
Better handling of grayscale images in draw bbox (#4049)
datumbox Jun 11, 2021
9766f23
Removed test_audio_video_sync as it doesn't work as expected (#4050)
prabhat00155 Jun 11, 2021
cd18188
Added warning message for unsupported ffmpeg version (#4041)
prabhat00155 Jun 11, 2021
508b289
Better logic for ignoring CPU tests on GPU CI machines (#4025)
NicolasHug Jun 14, 2021
2786a12
Port test_internet.py to pytest and add pytest-mock dependency (#4032)
NicolasHug Jun 14, 2021
5d93a87
always run build_docs in CI (#4053)
mattip Jun 14, 2021
496cb40
fixup '*' -> '/.*/' for CI filter (#4059)
mattip Jun 15, 2021
b74366b
Fixed missing audio with video_reader backend (#3934)
prabhat00155 Jun 15, 2021
34a8a37
Refactor test_transforms.py into classes (#4030)
AnirudhDagar Jun 15, 2021
4658f24
Remove special versioning suffix rules for CUDA 10.2 (#4065)
seemethere Jun 15, 2021
05f91a6
[android] Add mavenCentral repository for release publishing (#4067)
IvanKobzarev Jun 15, 2021
89f8db6
Add comments (#4072)
NicolasHug Jun 16, 2021
686ff59
[iOS] podspec file for Cocoapods release, pod name: LibTorchvision (#…
NicolasHug Jun 16, 2021
f4ab3e7
[FBcode->GH] Better logic for ignoring CPU tests on GPU CI machines (…
NicolasHug Jun 16, 2021
562b846
[FBcode->GH] Allow all torchvision test rules to run with RE (#4073)
NicolasHug Jun 16, 2021
09f4b81
Fix typing issue to make DeformConv2d scriptable (#4079)
NicolasHug Jun 17, 2021
a40a0de
[FBcode->GH] Support opt mode for torchvision ops (#4080)
NicolasHug Jun 17, 2021
29bdcd2
Only tag merger if PR isn't properly labeled, not all reviewers (#4081)
NicolasHug Jun 17, 2021
70b2edb
Replace deprecated torch.lstsq with torch.linalg.lstsq (#3918)
Gaurav7888 Jun 18, 2021
68b128d
Fix default in docs of references/video_classification/train.py (#3409)
beet-aizu Jun 18, 2021
b4a075c
Add test to check that classification models are FX-compatible (#3662)
fmassa Jun 21, 2021
655a2ed
Fix training model instructions in references/classification (#4089)
NicolasHug Jun 21, 2021
1148097
[FBcode->GH] Enable analytics logging for MNIST and CIFAR (#4090)
NicolasHug Jun 21, 2021
d391a0e
ci: Remove mentions of conda-forge (#4082)
seemethere Jun 21, 2021
183a722
[FBcode->GH] Group all internally replaced utils into a single file (…
NicolasHug Jun 22, 2021
eb1b982
Add bzip2 file compression support to datasets (#4097)
adamjstewart Jun 23, 2021
850491e
Support single color in utils.draw_bounding_boxes (#4075)
Separius Jun 23, 2021
d1ab583
Add support for files with periods in name (#4099)
adamjstewart Jun 23, 2021
9596668
Raise proper error when decoding 16-bits jpegs (#4101)
cyyever Jun 24, 2021
ab60e53
Fix download from google drive which was downloading empty files in s…
ORippler Jun 24, 2021
b3b5137
Port test_datasets_utils to pytest (#4114)
AnirudhDagar Jun 25, 2021
d9633fc
Fix failing tests by catching the proper exception from torch.testing…
NicolasHug Jun 25, 2021
d16a192
[FBcode->GH] Remove torchvision/test/fakedata_generation.py (#4130)
NicolasHug Jun 28, 2021
1962fdd
Add check for fx compatibility on segmentation and video models (#4131)
datumbox Jun 28, 2021
3e7653c
Fix documentation for SSD and RetinaNet. (#4132)
datumbox Jun 28, 2021
4a3b947
use from_blob to avoid memcpy (#4118)
cyyever Jun 28, 2021
a83b9a1
README: update torch/torchvision support table (#4133)
adamjstewart Jun 29, 2021
993325d
Minor additions to Resize docs (#4138)
NicolasHug Jun 30, 2021
ac83a2c
Explicitly exclude PIL 8.3.0 from compatible dependencies (#4148)
NicolasHug Jul 1, 2021
ef71159
Add iNaturalist dataset (#4123)
dgenzel Jul 1, 2021
0153784
Typing fixes for torchvision.io.video.read_video (#4141)
bryant1410 Jul 5, 2021
25bc21d
Minor grammar fix to docstring (#4159)
amanikiruga Jul 8, 2021
8541c21
Do not install lame when building torchvision (#4162)
malfet Jul 9, 2021
23b8760
Catch ValueError due to recent change to torch.testing.assert_close (…
NicolasHug Jul 12, 2021
a33d6e2
[FBcode->GH] [JIT] Add reference semantics to TorchScript classes (#4…
NicolasHug Jul 12, 2021
bf2fe56
Don't check transparency channel for pil >= 8.3 in test_decode_png (#…
NicolasHug Jul 12, 2021
90a2402
Cleanup test suite related to `torch.testing.assert_close` (#4177)
pmeier Jul 14, 2021
1e0f794
Don't install torchvision as editable mode when not needed (#4179)
NicolasHug Jul 14, 2021
c332a7f
Removed copy=False in torch.from_numpy in MNIST to avoid warning (#4184)
JAEarly Jul 15, 2021
d993ce5
Use test images from repo rather than internet for ONNX tests (#4176)
garymm Jul 16, 2021
835c2c3
Added missing typing annotations in datasets/coco (#4168)
frgfm Jul 16, 2021
f96a8a0
Added missing typing annotations in datasets/kinetics (#4170)
frgfm Jul 16, 2021
642ad75
Added missing typing annotations in datasets/ucf101 (#4171)
frgfm Jul 20, 2021
1dd5d1f
add `pytest.ini` (#4196)
pmeier Jul 20, 2021
75970b6
Mock redirection logic for tests (#4197)
pmeier Jul 22, 2021
d62c1df
Use pytest.importorskip for onnx tests instead of custom logic (#4185)
garymm Jul 22, 2021
b8a8fbc
Update PyTorch version in android workflow (#4202)
pmeier Jul 22, 2021
fbf0f06
Ignore direnv files (#4200)
garymm Jul 23, 2021
bdc88f5
Fix for macos wheel build by ignoring missing dependencies after delo…
pmeier Jul 23, 2021
693e0ae
Fixed missing audio with pyav backend (#4064)
prabhat00155 Jul 25, 2021
8d54022
Remove TestCase dependency for test_models_detection_anchor_utils.py …
NicolasHug Jul 26, 2021
30fd10b
Replace set_deterministic with non-deprecated spelling (#4212)
ezyang Jul 27, 2021
e2dbadb
[1/2] Added backward pass on CPU for interpolation with anti-alias op…
vfdev-5 Jul 28, 2021
b29ed34
Port test/test_datasets.py to use pytest (#4215)
yiwen-song Jul 28, 2021
de96b97
Added missing typing annotations in datasets/hmdb51 (#4169)
frgfm Jul 29, 2021
a839796
fix MacOS cmake workflow (#4203)
pmeier Jul 30, 2021
16b9a40
Pytest for test_videoapi.py and test_video_reader.py (#4233)
vmoens Aug 2, 2021
3b8d51e
Port 'examples/python/video_api.ipynb' to gallery (#4241)
yiwen-song Aug 3, 2021
c8b12fd
Avoid cmyk in nvjpeg tests (#4246)
NicolasHug Aug 4, 2021
a9b38db
[2/2] Added backward pass on CUDA for interpolation with anti-alias o…
vfdev-5 Aug 4, 2021
876117b
Remove old notebook examples and point to the online gallery (#4244)
NicolasHug Aug 4, 2021
7e987bf
Use torch instead of scipy for random initialization of inception and…
vmoens Aug 6, 2021
f88985b
ffmpeg version query (#4254)
vmoens Aug 6, 2021
3fa2055
using `np.random.RandomState(seed)` instead of `np.random.seed(seed)`…
vmoens Aug 6, 2021
3d9d264
Add CUDA-11.3 builds to torchvision (#4248)
malfet Aug 6, 2021
7d52be7
kitti docs (#4251)
NicolasHug Aug 9, 2021
7de6265
Import ONNX utils from symbolic_opset11 module (#4230)
jiafatom Aug 12, 2021
e1f22ed
deinterlacing PNG images with read_image (#4268)
vmoens Aug 12, 2021
d7fa36f
lsun docs (#4239)
NicolasHug Aug 13, 2021
db530d8
More robust assertion checks in test_to_tensor_video (#4258)
NicolasHug Aug 16, 2021
091cbcd
Added missing typing annotations to transforms/functional_tensor (#4236)
frgfm Aug 16, 2021
38175ed
Added typing annotations to transforms/autoaugment (#4226)
frgfm Aug 16, 2021
8e2bd0e
[docs] descriptive comments of the decoder C++ api (#3754)
bjuncek Aug 16, 2021
ddd14ff
Don't download backbone weights if pretrained=True (#4283)
datumbox Aug 17, 2021
af16236
Skip test if connection issues on fate (#4284)
datumbox Aug 17, 2021
f3aff2f
Make torch version check numeric (#4285)
jithunnair-amd Aug 17, 2021
98cb4ea
Replace get_tmp_dir() with tmpdir fixture in tests (#4280)
ccongge Aug 18, 2021
759c5b6
Added typing annotations to transforms/functional_pil (#4234)
oke-aditya Aug 18, 2021
84888b9
remove dependency for dtype getters (#4291)
pmeier Aug 19, 2021
16caba5
Unpinned the libjpeg version and fixed jpeg_mem_dest's size type Wind…
zzk1st Aug 19, 2021
ef177c5
Add StochasticDepth implementation (#4301)
datumbox Aug 20, 2021
7947fc8
Prep change for changing def branch to main (#4306)
malfet Aug 23, 2021
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
4 changes: 2 additions & 2 deletions .circleci/build_docs/commit_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
if [ "$2" == "" ]; then
echo call as "$0" "<src>" "<target branch>"
echo where src is the root of the built documentation git checkout and
echo branch should be "master" or "1.7" or so
echo branch should be "main" or "1.7" or so
exit 1
fi

Expand All @@ -20,7 +20,7 @@ git checkout gh-pages
mkdir -p ./"${target}"
rm -rf ./"${target}"/*
cp -r "${src}/docs/build/html/"* ./"$target"
if [ "${target}" == "master" ]; then
if [ "${target}" == "main" ]; then
mkdir -p ./_static
rm -rf ./_static/*
cp -r "${src}/docs/build/html/_static/"* ./_static
Expand Down
Loading