1. 26 Oct, 2020 6 commits
  2. 23 Oct, 2020 6 commits
    • Vaibhav Balloli's avatar
      Fixes EMNIST split and label issues (#2673) · cffac640
      Vaibhav Balloli authored
      
      
      * Add float support to ColorJitter
      
      * Fix byclass EMNIST
      
      * Fix bymerge, balance, letters EMNIST
      
      * Fix whitespace indent
      
      * Revert unrelated file changes
      
      * Revert unrelated file changes
      
      * Removing unnecessary type conversions.
      
      * Removing the transform and adding dummy class instead.
      Co-authored-by: default avatarVasileios Vryniotis <vvryniotis@fb.com>
      cffac640
    • F-G Fernandez's avatar
      Fixed typing in constructors of models submodules (#2875) · 973db145
      F-G Fernandez authored
      * fix: Fixed constructor typing in models._utils
      
      * fix: Fixed constructor typing in models.alexnet
      
      * fix: Fixed constructor typing in models.mnasnet
      
      * fix: Fixed constructor typing in models.squeezenet
      973db145
    • F-G Fernandez's avatar
      Added annotation typing to mobilenet (#2862) · d4cd0bed
      F-G Fernandez authored
      * style: Added annotation typing for mmobilenet
      
      * fix: Fixed type hinting of adaptive pooling
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * fix: Fixed list typing
      d4cd0bed
    • F-G Fernandez's avatar
      Added annotation typing to googlenet (#2858) · 59c97420
      F-G Fernandez authored
      * style: Added annotation typing for googlenet
      
      * fix: Removed duplicate typing
      
      * refactor: Moved factory function after class definition to fix typing
      
      * fix: Fixed annotation typing
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed typing
      
      * refactor: Moved back up helper function and quote typed it
      59c97420
    • F-G Fernandez's avatar
      Added annotation typing to inception (#2857) · 8263c8a1
      F-G Fernandez authored
      * style: Added annotation typing for inception
      
      * refactor: Moved factory function after class definition
      
      * style: Changed attribute setting for type hinting
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed typing in constructors
      
      * fix: Fixed kwargs typing
      
      * style: Fixed lint
      
      * refactor: Moved helpers function back and quote typed it
      8263c8a1
    • F-G Fernandez's avatar
      Added annotation typing to resnet (#2863) · 2ce6b189
      F-G Fernandez authored
      * style: Added annotation typing for resnet
      
      * fix: Fixed annotation to pass classes
      
      * fix: Fixed annotation typing
      
      * fix: Fixed annotation typing
      
      * fix: Fixed annotation typing for resnet
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * style: Added black formatting on _resnet
      2ce6b189
  3. 22 Oct, 2020 7 commits
  4. 21 Oct, 2020 7 commits
  5. 20 Oct, 2020 2 commits
  6. 16 Oct, 2020 5 commits
  7. 15 Oct, 2020 1 commit
    • Edgar Andrés Margffoy Tuay's avatar
      Fix external DLL loading on wheels (#2811) · 072d8b22
      Edgar Andrés Margffoy Tuay authored
      * Fix external DLL loading on wheels
      
      * Use SetDefaultDllDirectoriess and AddDllDirectory
      
      * Add previous paths
      
      * Trigger debug
      
      * Do not call SetDefaultDllDirectories.
      
      * Do not call loadlibrary if the extensions were not compiled
      
      * Fix lint issues
      072d8b22
  8. 14 Oct, 2020 6 commits