1. 15 Mar, 2022 1 commit
    • YosuaMichael's avatar
      RAFT training reference Improvement (#5590) · 3aa2a93d
      YosuaMichael authored
      
      
      * Change optical flow train.py function name from validate to evaluate so it is similar to other references
      
      * Add --device as parameter and enable to run in non distributed mode
      
      * Format with ufmt
      
      * Fix unneccessary param and bug
      
      * Enable saving the optimizer and scheduler on the checkpoint
      
      * Fix bug when evaluate before resume and save or load model without ddp
      
      * Fix case where --train-dataset is None
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      3aa2a93d
  2. 14 Mar, 2022 8 commits
  3. 12 Mar, 2022 1 commit
  4. 11 Mar, 2022 4 commits
  5. 10 Mar, 2022 2 commits
  6. 09 Mar, 2022 5 commits
  7. 07 Mar, 2022 8 commits
  8. 05 Mar, 2022 1 commit
  9. 04 Mar, 2022 4 commits
  10. 03 Mar, 2022 3 commits
  11. 02 Mar, 2022 3 commits
    • Philip Meier's avatar
      improve StrEnum (#5512) · 71d2bb0b
      Philip Meier authored
      * improve StrEnum
      
      * use StrEnum for model weights
      
      * fix test
      
      * migrate StrEnum to main area
      71d2bb0b
    • Vasilis Vryniotis's avatar
      Adding EfficientNetV2 architecture (#5450) · e6d82f7d
      Vasilis Vryniotis authored
      * Extend the EfficientNet class to support v1 and v2.
      
      * Refactor config/builder methods and add prototype builders
      
      * Refactoring weight info.
      
      * Update dropouts based on TF config ref
      
      * Update BN eps on TF base_config
      
      * Use Conv2dNormActivation.
      
      * Adding pre-trained weights for EfficientNetV2-s
      
      * Add Medium and Large weights
      
      * Update stats with single batch run.
      
      * Add accuracies in the docs.
      e6d82f7d
    • Prabhat Roy's avatar
      Remove unnecessary initialisation (#5507) · a2b70758
      Prabhat Roy authored
      a2b70758