1. 04 Nov, 2020 1 commit
    • peterjc123's avatar
      Make read_file and write_file accept unicode strings on Windows (#2949) · f5c0bfa5
      peterjc123 authored
      * Make read_file accept unicode strings on Windows
      
      * More fixes
      
      * Remove definitions from source files
      
      * Move string definitions to header
      
      * Add checks
      
      * Fix comments
      
      * Update macro
      
      * Fix comments
      
      * Fix lint
      
      * include windows header
      
      * Change func signature in header
      
      * Use from_blob
      
      * Fix fread calls
      
      * Fix clang format
      
      * Fix missing return
      
      * Avoid copy
      f5c0bfa5
  2. 03 Nov, 2020 2 commits
  3. 02 Nov, 2020 2 commits
  4. 30 Oct, 2020 10 commits
    • Bruno Korbar's avatar
      [videoAPI] minor example and documentation changes (#2821) · 36daee3f
      Bruno Korbar authored
      
      
      * Modified the example to conform with the new DICT return.
      
      * adding better stream documentation to examples
      
      * Clearing up some documentation as a result of a feedback
      
      * Formatting mostly
      
      * Addressing Victor's comments.
      
      * addressing fmassas comments
      
      * remove unnecessary tab
      Co-authored-by: default avatarBruno Korbar <korbar@vggdev9.vggdev.cluster>
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      36daee3f
    • Vasilis Vryniotis's avatar
      Adding Autocast tests for all C++ Ops (#2938) · dc5d0554
      Vasilis Vryniotis authored
      * Moving Autocast mtest in RoiOpTester.
      
      * Adding autocast test on DeformConvTester.
      
      * Adding autocast test on NMSTester.
      
      * Fixing styles.
      dc5d0554
    • Vasilis Vryniotis's avatar
      PSROIPool + Dispatcher + Autocast + Code Cleanup (#2926) · b93d5ee2
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Formating.
      
      * Clean up and refactor PSROIPool implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      - Fix variable naming.
      
      * Restore include headers.
      
      * New line at end of file.
      
      * Resolving conflict, final cleanup, ordering method consistently across files.
      b93d5ee2
    • Vasilis Vryniotis's avatar
      ROIPool + Dispatcher + Autocast + Code Cleanup (#2922) · 0125a7dc
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Formating.
      
      * Fixing return casting with autocast.
      
      * Clean up and refactor ROIPool implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      
      * Restore include headers.
      
      * New line at end of file.
      0125a7dc
    • Vasilis Vryniotis's avatar
      ROIAlign code cleanup (#2906) · f0c92d85
      Vasilis Vryniotis authored
      * Clean up and refactor ROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Passing as const ref instead of value where possible.
      - Remove unnecessary headers.
      
      * Adding back include for cpu.
      
      * Restore include headers.
      f0c92d85
    • Vasilis Vryniotis's avatar
      PSROIAlign + Dispatcher + Autocast + Code Cleanup (#2928) · b06e43d6
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Clean up and refactor PSROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      - Sync naming of internal methods with other ops.
      
      * Restoring names of internal methods to avoid conflicts.
      
      * Restore include headers.
      b06e43d6
    • Vasilis Vryniotis's avatar
      DeformConv code cleanup (#2905) · 0e5aee46
      Vasilis Vryniotis authored
      * Clean up and refactor DeformConv implementation:
      - Remove primitive const declaration from method names.
      - Passing as const ref instead of value where possible.
      - Aligning method names between cpu and cuda.
      
      * Adding newline.
      
      * Adding back include for cpu.
      
      * Restoring method names of private methods to avoid conflicts.
      
      * Restore include headers.
      0e5aee46
    • Vasilis Vryniotis's avatar
      [BC-breaking] Change default eps value of FrozenBN (#2933) · 45e027c7
      Vasilis Vryniotis authored
      * Change default eps value of FrozenBN.
      
      * Update the unit-tests.`
      
      * Update the expected values.
      
      * Revert the expected value and use original eps=0 value for flaky tests.
      
      * Post init change of eps.
      
      * Styles.
      45e027c7
    • Vasilis Vryniotis's avatar
      NMS code cleanup (#2907) · 455cd57c
      Vasilis Vryniotis authored
      * Clean up and refactor ROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Remove unnecessary headers.
      - Aligning method names between cpu and cuda.
      
      * Adding back include for cpu.
      
      * Restoring method names of private methods to avoid conflicts.
      
      * Restore include headers.
      455cd57c
    • vfdev's avatar
      Fixes #2932 (#2937) · c9d9e67e
      vfdev authored
      - Replaced tuple creation by one acceptable by majority of compilers
      c9d9e67e
  5. 28 Oct, 2020 1 commit
  6. 27 Oct, 2020 7 commits
  7. 26 Oct, 2020 6 commits
  8. 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
  9. 22 Oct, 2020 5 commits