"vscode:/vscode.git/clone" did not exist on "94da8841af444312da13a1e2d96924e44a9d0d10"
  1. 15 Oct, 2019 2 commits
  2. 12 Oct, 2019 1 commit
  3. 11 Oct, 2019 1 commit
  4. 08 Oct, 2019 4 commits
  5. 07 Oct, 2019 4 commits
  6. 04 Oct, 2019 3 commits
  7. 03 Oct, 2019 2 commits
  8. 02 Oct, 2019 3 commits
  9. 01 Oct, 2019 2 commits
  10. 30 Sep, 2019 4 commits
  11. 27 Sep, 2019 2 commits
  12. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee
  13. 24 Sep, 2019 6 commits
  14. 23 Sep, 2019 4 commits
    • ekosman's avatar
      Expose num_workers in VideoClips (#1359) · 02a8c0ad
      ekosman authored
      02a8c0ad
    • Dmitry Nikulin's avatar
      Support empty target_type for CelebA dataset (#1351) · 76c04d68
      Dmitry Nikulin authored
      * Support empty target_type for CelebA dataset
      
      * Return (X, None) for interface consistency
      
      * Document behavior for target_type=[]
      
      * Simplify diff
      
      * Raise exception on meaningless parameters
      76c04d68
    • Surgan Jandial's avatar
      Adding File object option to utils.save_image (#1301) · ef67fd92
      Surgan Jandial authored
      * format param added
      
      * lint fixes
      
      * lint fixes
      
      * lint fixes
      ef67fd92
    • Dmitry Belenko's avatar
      Bugfix for MNASNet (#1224) · 367e8514
      Dmitry Belenko authored
      * Add initial mnasnet impl
      
      * Remove all type hints, comply with PyTorch overall style
      
      * Expose models
      
      * Remove avgpool from features() and add separately
      
      * Fix python3-only stuff, replace subclasses with functions
      
      * fix __all__
      
      * Fix typo
      
      * Remove conditional dropout
      
      * Make dropout functional
      
      * Addressing @fmassa's feedback, round 1
      
      * Replaced adaptive avgpool with mean on H and W to prevent collapsing the batch dimension
      
      * Partially address feedback
      
      * YAPF
      
      * Removed redundant class vars
      
      * Update urls to releases
      
      * Add information to models.rst
      
      * Replace init with kaiming_normal_ in fan-out mode
      
      * Use load_state_dict_from_url
      
      * Fix depth scaling on first 2 layers
      
      * Restore initialization
      
      * Match reference implementation initialization for dense layer
      
      * Meant to use Kaiming
      
      * Remove spurious relu
      
      * Point to the newest 0.5 checkpoint
      
      * Latest pretrained checkpoint
      
      * Restore 1.0 checkpoint
      
      * YAPF
      
      * Implement backwards compat as suggested by Soumith
      
      * Update checkpoint URL
      
      * Move warnings up
      
      * Record a couple more function parameters
      
      * Update comment
      
      * Set the correct version such that if the BC-patched model is saved, it could be reloaded with BC patching again
      
      * Set a member var, not class var
      
      * Update mnasnet.py
      
      Remove unused member var as per review.
      
      * Update the path to weights
      367e8514
  15. 22 Sep, 2019 1 commit