awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
d-li14 avatar

d-li14/PSConv

0
View on GitHub↗
174 Stars·26 Forks·Python·MIT·5 Aufrufearxiv.org/abs/2007.06191↗

PSConv

[ECCV 2020] PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

Features

  • Neural Network Architectures - Compact poly-scale convolutional layers for feature pyramid processing.
  • Plug and Play Modules - Compact poly-scale convolutional layers.

Star-Verlauf

Star-Verlauf für d-li14/psconvStar-Verlauf für d-li14/psconv

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu PSConv

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit PSConv.
  • tensorflow/tpuAvatar von tensorflow

    tensorflow/tpu

    5,281Auf GitHub ansehen↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    Auf GitHub ansehen↗5,281
  • lukemelas/efficientnet-pytorchAvatar von lukemelas

    lukemelas/EfficientNet-PyTorch

    8,223Auf GitHub ansehen↗

    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

    Python
    Auf GitHub ansehen↗8,223
  • blealtan/efficient-kanAvatar von Blealtan

    Blealtan/efficient-kan

    4,646Auf GitHub ansehen↗

    This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network architecture that replaces fixed activation functions with learnable spline-based functions on edges, serving as a tool for interpretable machine learning. The implementation utilizes reformulated matrix operations to reduce memory overhead and increase computation speed. It employs L1 regularization to sparsify network weights, which improves the transparency of the model's internal logic and decisions. The framework covers a range of capabilities including grid-based funct

    Python
    Auf GitHub ansehen↗4,646
  • facebookresearch/slowfastAvatar von facebookresearch

    facebookresearch/SlowFast

    7,377Auf GitHub ansehen↗

    SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset for video action recognition, enabling the training and evaluation of models designed to classify complex activities and objects within video sequences. The framework is distinguished by its use of dual-pathway spatiotemporal sampling to capture both slow and fast motions. It supports self-supervised video learning for pre-training models on unlabeled data and employs multigrid spatiotemporal training to optimize learning across multiple spatial and temporal resolutions. The

    Python
    Auf GitHub ansehen↗7,377
Alle 30 Alternativen zu PSConv anzeigen→

Häufig gestellte Fragen

Was macht d-li14/psconv?

[ECCV 2020] PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

Was sind die Hauptfunktionen von d-li14/psconv?

Die Hauptfunktionen von d-li14/psconv sind: Neural Network Architectures, Plug and Play Modules.

Welche Open-Source-Alternativen gibt es zu d-li14/psconv?

Open-Source-Alternativen zu d-li14/psconv sind unter anderem: tensorflow/tpu — This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and… lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… pageman/sutskever-30-implementations — This project is a collection of deep learning research implementations and a reproduction kit designed to translate… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… facebookresearch/slowfast — SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset…