pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT)...

Results 196 pytorch-image-models issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would greatly appreciate it if a flag could be implemented, allowing me to log accuracy in Tensorboard format after...

enhancement

Is there any work on supporting [SeaFormer](https://github.com/fudan-zvg/SeaFormer) ?

enhancement

I am a user of NPU. When I used TIMM recently, I found that it does not support NPU natively. It's pleasure to see that someone has made some contributions...

**Describe the bug** A clear and concise description of what the bug is. i wanted to train the the parts of IN21k-winter class , so i made the class map...

bug

# Background This PR is mainly about increasing the diversity of accelerators. Intel has a new GPU released last year and it is promoting to different platforms. This is a...

Hi, Could you provide the pretrained model of cs3darknet_focus_s.c2ns_in1k? Thanks This is relly an excellent and inspiring project.

enhancement

[MobileCLIP](https://github.com/apple/ml-mobileclip/) is a really fast CLIP architecture for mobile inference - about 3x faster than the fastest publicly available CLIP backbone `convnext_base_w` for inference on iOS / macOS devices. They...

enhancement