awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesEfficientNet Implementations

PyTorch implementations of the EfficientNet family of convolutional neural networks.

Distinct from PyTorch Training Frameworks: The candidate tags are too generic (PyTorch frameworks) or too narrow (normalizing flows).

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · EfficientNet Implementations. Refine with filters or upvote what's useful.

Awesome EfficientNet Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lukemelas/efficientnet-pytorchlukemelas 的头像

    lukemelas/EfficientNet-PyTorch

    8,223在 GitHub 上查看↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Provides a full PyTorch implementation of EfficientNet convolutional neural networks.

    Python
    在 GitHub 上查看↗8,223
  • wang-xinyu/tensorrtxwang-xinyu 的头像

    wang-xinyu/tensorrtx

    7,802在 GitHub 上查看↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    Executes EfficientNet model predictions by converting weights into a serialized hardware engine.

    C++arcfacecrnndetr
    在 GitHub 上查看↗7,802
  1. Home
  2. Artificial Intelligence & ML
  3. EfficientNet Implementations