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

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

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

awslabs/renateArchived

0
View on GitHub↗
renate.readthedocs.io↗

Renate

Library for automatic retraining and continual learning

Features

  • Neural Network Architectures - Continual learning library.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • 开发者工具 - Continual learning library.
  • Continual Learning - Listed in the “Continual Learning” section of the The Incredible Pytorch awesome list.
  • 298 星标·7 分支·Python·Apache-2.0·4 次浏览

    Star 历史

    awslabs/renate 的 Star 历史图表awslabs/renate 的 Star 历史图表

    常见问题解答

    awslabs/renate 是做什么的?

    Library for automatic retraining and continual learning

    awslabs/renate 的主要功能有哪些?

    awslabs/renate 的主要功能包括:Neural Network Architectures, 开发者工具, Continual Learning。

    awslabs/renate 有哪些开源替代品?

    awslabs/renate 的开源替代品包括: taolei87/sru — Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). 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…

    Renate 的开源替代方案

    相似的开源项目,按与 Renate 的功能重合度排序。
    • taolei87/srutaolei87 的头像

      taolei87/sru

      38在 GitHub 上查看↗

      Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

      在 GitHub 上查看↗38
    • 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

      Python
      在 GitHub 上查看↗8,223
    • blealtan/efficient-kanBlealtan 的头像

      Blealtan/efficient-kan

      4,646在 GitHub 上查看↗

      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
      在 GitHub 上查看↗4,646
  • facebookresearch/slowfastfacebookresearch 的头像

    facebookresearch/SlowFast

    7,377在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,377
  • 查看 Renate 的所有 30 个替代方案→