- 22 Oct, 2019 3 commits
-
-
F-G Fernandez authored
* test: Updated asserts in test_onnx Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483 * test: Refactored AssertionError Opted for cleaner raise to avoid error type casting and string conversion
-
Zhicheng Yan authored
* extend DistributedSampler to support group_size * Fix lint
-
fbbradheintz authored
* correctness test implemented with old test architecture * reverted an unneeded change, ran flake8 * moving to relative tolerance of 1 part in 10k for classification correctness checks * going down to 1 part in 1000 for correctness checks bc architecture differences * one percent relative tolerance
-
- 21 Oct, 2019 5 commits
-
-
peterjc123 authored
* Try vs2019 toolchain * ver num * pass env var * fix search logic * Support both VS2017 and VS2019 * Some small fixes
-
Philip Meier authored
* remove download process * address comments * fix logic error * bug fixes * removed unused import * add docstrings * flake8 * remove download BC * fix test * removed unused code * flake 8 * add MD5 verification before extraction * add mock to test * * unify _verify_archive() method and function * remove force flag for parse_*_archive functions * cleanup * flake8
-
F-G Fernandez authored
* test: Updated asserts in test_io Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483 * test: Fixed test_io In order to use unittest.TestCase for asserts in temp_video, the object has to be passed itself to temp_video. * test: Updated asserts to AssertionError Switched initial raw assert to AssertionError. * test: Changed AssertionError for ValueError
-
Zhicheng Yan authored
-
F-G Fernandez authored
Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483
-
- 18 Oct, 2019 10 commits
-
-
ekka authored
* Make crop torchscriptable Relevant #1375 * Invert x and y axis * fix lint * Add crop test * revert deletion of space in functional * add import random * add dimension in doc * add import * fix flake8 * change to self.assert* * convert to uint8 * assertTrue * lint
-
Francisco Massa authored
-
Surgan Jandial authored
* doc-build fixed * deprecation fixes * deprecation updates
-
F-G Fernandez authored
Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483
-
F-G Fernandez authored
Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483
-
Francisco Massa authored
* Try enabling Windows CUDA CI * Cleanups * Attempt 1 * Attempt 2 * Re-enable other tests
-
Lara Haidar authored
* onnx esport faster rcnn * test * address PR comments * revert unbind workaround * disable tests for older versions of pytorch
-
F-G Fernandez authored
Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483
-
Francisco Massa authored
This reverts commit 1e857d93.
-
F-G Fernandez authored
* test: Updated assert in test_transforms Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483 * test: Fixed linter on test_transforms
-
- 17 Oct, 2019 2 commits
-
-
fbbradheintz authored
* added correctness tests for classification models * refactored tests for extensibility & usability * flake8 fixes
-
Francisco Massa authored
-
- 16 Oct, 2019 9 commits
-
-
Francisco Massa authored
* Try fix Windows CircleCI * Try conda init first * Use newer orb
-
Francisco Massa authored
-
Surgan Jandial authored
-
Edward Z. Yang authored
* Switch to push-based nightlies. See https://github.com/pytorch/pytorch/issues/26817 Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * disable merge Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * fixup Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Francisco Massa authored
-
Surgan Jandial authored
* vflip and hflip tensor * vflip and hflip tensor * changes made * lint * lint * lint failing
-
Lukas Bommes authored
* added PSRoiAlign and PSRoiPool with C++ autograd and torch ops * fixed linter errors * fixed linter errors 2 * fixed linter errors 3
-
Francisco Massa authored
* Use PyTorch 1.3 for CI * Try fixing TravisCI * Revert rebase to master to old state * Try pinning lastest anaconda that was working, there was a new package out yesterday that might have breaken up things * Try removing conda update conda
-
peterjc123 authored
-
- 15 Oct, 2019 3 commits
-
-
Francisco Massa authored
* Handle corrupted video headers in io * Catch exceptions while decoding partly-corrupted files * Add more tests
-
Lara Haidar authored
* Support Exporting RPN to ONNX * address PR comments * fix cat * add flatten * replace cat by stack * update test to run only on rpn module * use tolerate_small_mismatch
-
Francisco Massa authored
-
- 12 Oct, 2019 1 commit
-
-
Zhicheng Yan authored
* extend video reader to support fast video probing * fix c++ lint * small fix * allow to accept input video of type torch.Tensor
-
- 11 Oct, 2019 1 commit
-
-
peterjc123 authored
* Changes for 0.4.1 * Fix upload scripts
-
- 08 Oct, 2019 4 commits
-
-
Francisco Massa authored
-
Zhicheng Yan authored
-
Zhicheng Yan authored
-
Francisco Massa authored
Revert "Change all torch::nn::init::Nonlinearity::{name} and torch::nn::init::FanMode::{name} to torch::k{name} (#1394)" (#1428) This reverts commit 8c3cea7f.
-
- 07 Oct, 2019 2 commits
-
-
Francisco Massa authored
-
Adam J. Stewart authored
* Fix DeprecationWarning for collections.Iterable import * Simplify version comparison
-