- 22 May, 2019 3 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Soumith Chintala authored
-
- 20 May, 2019 1 commit
-
-
Francisco Massa authored
This reverts commit b384c4e7.
-
- 18 May, 2019 1 commit
-
-
Konstantin Lopuhin authored
This is the same logic and motivation as in https://github.com/pytorch/pytorch/pull/8244/ that is to build a docker image (which has no GPU available at build time), and then use it with nvidia-docker
-
- 07 May, 2019 1 commit
-
-
Francisco Massa authored
* Initial layout for layers with cpp extensions * Move files around * Fix import after move * Add support for multiple types to ROIAlign * Different organization CUDA extensions work now * Cleanups * Reduce memory requirements for backwards * Replace runtime_error by AT_ERROR * Add nms test * Add support for compilation using CPP extensions * Change folder structure * Add ROIPool cuda * Cleanups * Add roi_pool.py * Fix lint * Add initial structures folder for bounding boxes * Assertion macros compatible with pytorch master (#540) * Support for ROI Pooling (#592) * ROI Pooling with tests. Fix for cuda context in ROI Align. * renamed bottom and top to follow torch conventions * remove .type().tensor() calls in favor of the new approach to tensor initialization (#626) * Consistent naming for rois variable (#627) * remove .type().tensor() calls in favor of the new approach to tensor initialization * Consistent naming for rois variable in ROIPool * ROIPool: Support for all datatypes (#632) * Use of torch7 naming scheme for ROIAlign forward and backward * use common cuda helpers in ROIAlign * use .options() in favor of .type() where applicable * Added tests for forward pass of ROIAlign, as well as more consistent naming scheme for CPU vs CUDA * working ROIAlign cuda backwards pass * working ROIAlign backwards pass for CPU * added relevant headers for ROIAlign backwards * tests for ROIAlign layer * replace .type() with .options() for tensor initialization in ROIAlign layers * support for Half types in ROIAlign * gradcheck tests for ROIAlign * updated ROIPool on CPU to work with all datatypes * updated and cleaned tests for ROI Pooling * Fix rebase problem * Remove structures folder * Improve cleanup and bugfix in test_layers * Update C++ headers * Add CUDAGuard to cu files * Add more checks to layers * Add CUDA NMS and tests * Add multi-type support for NMS CUDA * Avoid using THCudaMalloc * Add clang-format and reformat c++ code * Remove THC includes * Rename layers to ops * Add documentation and rename functions * Improve the documentation a bit * Fix some lint errors * Fix remaining lint inssues * Area computation doesn't add +1 in NMS * Update CI to use PyTorch nightly * Make NMS return indices sorted according to the score * Address reviewer comments * Lint fixes * Improve doc for roi_align and roi_pool * move to xenial * Fix bug pointed by @lopuhin * Fix RoIPool reference implementation in Python 2 Also fixes a bug in the clip_boxes_to_image -- this function needs a test! * Remove change in .travis
-
- 09 Apr, 2019 1 commit
-
-
Soumith Chintala authored
-
- 06 Mar, 2019 1 commit
-
-
Olivier Courtin authored
Remove explicit Python interpreter name.
-
- 28 Feb, 2019 1 commit
-
-
Francisco Massa authored
-
- 06 Dec, 2018 1 commit
-
-
Will Frey authored
* Add scipy as a dependency to setup.py `scipy` is imported in both the `torchvision.datasets.svhn` module and the `torchvision.models.inception` module. * Update setup.py Make scipy optional. It can be installed with `pip install torchvision[scipy]`.
-
- 25 Oct, 2018 1 commit
-
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 13 Jul, 2018 1 commit
-
-
Vishwak Srinivasan authored
* reduce tqdm version to 4.19 for py2.7 to avoid spurious error * Update setup.py * Missed = * Update wrong version string
-
- 30 May, 2018 1 commit
-
-
ngimel authored
* make vision depend on pillow-simd if already installed * actually make pillow-simd optional
-
- 11 May, 2018 1 commit
-
-
Maruth Goyal authored
* Added Progress Bar to the dataset downloading utility * Updated progressbar to update by blcoks * Added progressbar2 to the requirements * fixed style issues * Shifted from progressbar to tqdm
-
- 09 Mar, 2018 2 commits
-
-
Soumith Chintala authored
This reverts commit ab03dc43.
-
Frédérik Paradis authored
* Adding tests to ImageFolder * Adding DatasetFolder class * Fix tests for pytest and code for lint checker * Adding mock to requirements for ImageFolder tests
-
- 07 Oct, 2017 2 commits
-
-
Sasank Chilamkurthy authored
-
Sasank Chilamkurthy authored
Pattern from: https://packaging.python.org/guides/single-sourcing-package-version/
-
- 11 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 06 Aug, 2017 1 commit
-
-
Soumith Chintala authored
-
- 29 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-
- 18 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-
- 19 Jan, 2017 1 commit
-
-
Soumith Chintala authored
-
- 18 Jan, 2017 3 commits
-
-
Thomas Grainger authored
-
smartkiwi authored
-
soumith authored
-
- 10 Nov, 2016 2 commits