The Wayback Machine - https://web.archive.org/web/20220721154207/https://github.com/rwightman
Skip to content
Avatar

Sponsoring

@lucidrains @borisdayma

Highlights

  • Pro
  • 102 discussions answered
Block or Report

Block or report rwightman

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more

    Python 19.8k 3.3k

  2. A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights

    Python 1.4k 262

  3. Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS

    Python 1.5k 201

  4. Dual Path Networks (DPN) supporting pretrained weights converted from original MXNet implementation

    Python 204 48

  5. A Python port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)

    Python 442 181

  6. A PyTorch port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)

    Python 260 84

582 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

Opened 2 pull requests in 1 repository

Created an issue in apple/ml-cvnets that received 7 comments

LayerNorm2d != GroupNorm w/ groups=1

Re your MobileVit2, these two norms are not equivalent and it would be misleading to call it LayerNorm2d as the group norm w/ groups=1 is not equiv…

7 comments
Opened 1 other issue in 1 repository