awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
arunmallya avatar

arunmallya/packnet

0
View on GitHub↗
243 stars·41 forks·Python·9 viewsarxiv.org/abs/1711.05769↗

Packnet

Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

Features

  • Computer Vision Research - Iterative pruning for multi-task network learning.
  • Continual Learning Frameworks - Iterative pruning framework for adding tasks to a single network.
  • Model Implementations - PackNet for multi-task learning.

Star history

Star history chart for arunmallya/packnetStar history chart for arunmallya/packnet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Packnet

Similar open-source projects, ranked by how many features they share with Packnet.
  • carpedm20/enas-pytorchcarpedm20 avatar

    carpedm20/ENAS-pytorch

    2,722View on GitHub↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    View on GitHub↗2,722
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • arunmallya/piggybackarunmallya avatar

    arunmallya/piggyback

    183View on GitHub↗

    Code for Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights

    Python
    View on GitHub↗183
  • facebookresearch/gradientepisodicmemoryfacebookresearch avatar

    facebookresearch/GradientEpisodicMemory

    408View on GitHub↗

    Continuum Learning with GEM: Gradient Episodic Memory

    Python
    View on GitHub↗408
See all 30 alternatives to Packnet→

Frequently asked questions

What does arunmallya/packnet do?

Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

What are the main features of arunmallya/packnet?

The main features of arunmallya/packnet are: Computer Vision Research, Continual Learning Frameworks, Model Implementations.

What are some open-source alternatives to arunmallya/packnet?

Open-source alternatives to arunmallya/packnet include: dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… irhumshafkat/r2plus1d-pytorch — PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at… arunmallya/piggyback — Code for Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights. carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing". facebookresearch/gradientepisodicmemory — Continuum Learning with GEM: Gradient Episodic Memory. jakezhaojb/arae — Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun.