Activity
Disable dynamic_img_size default on PE models for now
Disable dynamic_img_size default on PE models for now
Add a WIP NaFlex compatible mixup/cutmix for testing
Add a WIP NaFlex compatible mixup/cutmix for testing
Add EVA ViT based PE (Perceptual Encoder) impl
Add EVA ViT based PE (Perceptual Encoder) impl
remove download argument from torch_kwargs
remove download argument from torch_kwargs
Pull request merge
fix pit & add to test
fix pit & add to test
Pull request merge
Check forward_intermediates features against forward_features output
Check forward_intermediates features against forward_features output
Pull request merge
Check forward_intermediates features against forward_features output
Check forward_intermediates features against forward_features output
Move NaFlexCollate with dataset, remove stand alone collate_fn and re…
Move NaFlexCollate with dataset, remove stand alone collate_fn and re…
Starting to test distributed train, fix issue with batch_size reduce
Starting to test distributed train, fix issue with batch_size reduce
Further pos embed tweaks, rejig model defs for testing
Further pos embed tweaks, rejig model defs for testing
Add naflex loader support to validate.py, fix bug in naflex pos embed…
Add naflex loader support to validate.py, fix bug in naflex pos embed…
Optimizations for pos embed resize, merge different mask helper fns
Optimizations for pos embed resize, merge different mask helper fns
Add local-dir: schema support for model loading (config + weights) fr…
Add local-dir: schema support for model loading (config + weights) fr…
Pull request merge
Add local-dir: schema support for model loading (config + weights) fr…
Add local-dir: schema support for model loading (config + weights) fr…
Remove torch_out from onnx export, no point without the export_ fn
Remove torch_out from onnx export, no point without the export_ fn
Pull request merge
Remove torch_out from onnx export, no point without the export_ fn
Remove torch_out from onnx export, no point without the export_ fn
Force push
Remove torch_out from onnx export, no point without the export_ fn
Remove torch_out from onnx export, no point without the export_ fn
Improve several typing issues for flex vit, can (almost) work with ji…
Improve several typing issues for flex vit, can (almost) work with ji…
A much faster resample_patch_embed, can be used at train/validation time
A much faster resample_patch_embed, can be used at train/validation time
Exclude embeds module and mask attn functions from tracing
Exclude embeds module and mask attn functions from tracing
Add loss scale arg, initial distributed loss scale. Maybe fix FX for …
Add loss scale arg, initial distributed loss scale. Maybe fix FX for …