- 09 Sep, 2019 2 commits
-
-
Francisco Massa authored
* [WIP] Add CircleCI for CI * Make jobs only run on master * Add initial CI * [wip] testing if works * Trying some basic GPU tests * [WIP] maybe it will work? * [WIP] One more try * Pin versions * Simplify and reuse * Fix * [WIP] testing windows * [WIP] testing windows * Try windows * Try Windows * Try windows * Try windows * Try windows * Try windows * Try windows * Try windows * Windows speedup * Windows multicores * Add parallel flags for Windows * Skip some tests on Windows * Sync config.yml and config.yml.in * Regenerate * Run all tests * Limit python and cuda version for finding pytorch * Skip darwin for previous check * Add description * Fix logic * Remove space * Add CUDA test back * Add back .travis.yml for now and remove duplicate test * Add newline
-
Lara Haidar authored
* Register torchvision ops * install ORT only with python 3 * remane lib + address other comments * fix lint * fix lib copy * find file with pattern instead of suffix * use relative path * revert rename and use imp to find lib * fix typo
-
- 06 Sep, 2019 2 commits
-
-
Vishwak Srinivasan authored
-
Philip Meier authored
-
- 02 Sep, 2019 2 commits
-
-
eellison authored
* make shufflenet scriptable * make resnet18 scriptable * set downsample to identity instead of __constants__ api * use __constants__ for downsample instead of identity * import tensor to fix flake * use torch.Tensor type annotation instead of import
-
Carrie authored
* fixed typo * fixed some more typos and grammer
-
- 30 Aug, 2019 4 commits
-
-
Francisco Massa authored
* Fix flakiness of test_randomresized_params * Real fix * Reduce number of iters
-
Francisco Massa authored
-
Shahriar authored
* Added initial code * Changed clang version * Changed travis script * Changed travis script * Updated travis script * Updated travis script * Updated travis script
-
lambdaflow authored
-
- 29 Aug, 2019 3 commits
-
-
Yuxin Wu authored
* Use Tensor.data_ptr instead of .data * use pytorch-nightly in CI
-
Francisco Massa authored
-
Joaquín Alori authored
-
- 28 Aug, 2019 4 commits
-
-
buoyancy99 authored
* Fix bug of changing input tensor in function The original code will change the image tensor passed in by multiplying it by 255. The PR fixes that. * fix inplace multiplication in save_image
-
eellison authored
* test that torchhub models are scriptable * fix lint
-
Francisco Massa authored
-
JMistele authored
Fixed video labelling after `subset` call for HMDB51 dataset (hmdb51.py) (EDIT: UCF101 as well) (#1240) * Fixed video labelling after subset for HMDB51 dataset * Fixed video labelling after subset for HMDB51 dataset Co-authored-by:
Eric Tang <etang21@stanford.edu> Co-authored-by:
Ryan Cao <ryancao@stanford.edu> * UCF 101 Labeling fixes - Analogous fix to HMDB51 to maintain correct labels after the train-test split - Additional change to the `select_fold` method in `ucf101.py` to correctly reflect the annotation format Co-authored-by:
Ryan Cao <ryancao@stanford.edu> Co-authored-by:
Eric Tang <etang21@stanford.edu>
-
- 21 Aug, 2019 1 commit
-
-
Vincent QB authored
-
- 12 Aug, 2019 1 commit
-
-
Gu Wang authored
* explain lr and batch size in references/detection/train.py * fix typo
-
- 08 Aug, 2019 4 commits
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
* Actually upload wheels (please port to master) Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Propagate more environment variables. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Put macos binaries in the right place Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Add uploading support, make CUDA builds actually work.
-
- 07 Aug, 2019 3 commits
-
-
Edward Z. Yang authored
Following a similar line of inquiry to pytorch/audio#217
-
Myosaki authored
`self.fc1(x)` converts the shape of `x` into "N x 1024", and `self.fc2(x)` converts into "N x num_classes". By adding `print(x.shape)` under each comment line, the console displays as follows (batch_size is 1): ```text torch.Size([1, 2048]) torch.Size([1, 1024]) torch.Size([1, 1024]) torch.Size([1, 1024]) torch.Size([1, 1000]) ```
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 06 Aug, 2019 4 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
* Add docs for video models * Fix docstrings for resnet and vgg
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Francisco Massa authored
-
- 05 Aug, 2019 3 commits
-
-
Gu Wang authored
-
Francisco Massa authored
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 04 Aug, 2019 1 commit
-
-
Francisco Massa authored
* [WIP] Minor cleanups on R3d * Move all models to video/resnet.py * Remove old files * Make tests less memory intensive * Lint * Fix typo and add pretraing arg to training script
-
- 02 Aug, 2019 1 commit
-
-
Francisco Massa authored
* Expose docs for io and ops package Had do modify the docstrings to use Napoleon NumPy style, because Napoleon Google Style doesn't support multiple return arguments * Add video section
-
- 01 Aug, 2019 2 commits
-
-
Bruno Korbar authored
-
Francisco Massa authored
* Add docs to UCF101 and HMDB51 datasets * Remove extra line * Lint
-
- 31 Jul, 2019 3 commits
-
-
Francisco Massa authored
* Move RandomClipSampler to references * Lint and bugfix
-
Francisco Massa authored
Also add docs
-
Francisco Massa authored
* Copy classification scripts for video classification * Initial version of video classification * add version * Training of r2plus1d_18 on kinetics work Gives even slightly better results than expected, with 57.336 top1 clip accuracy. But we count some clips twice in this evaluation * Cleanups on training script * Lint * Minor improvements * Remove some hacks * Lint
-