Skip to main content

A base CL framework to speed-up prototyping and testing

Project description

Continual learning framework

This is a Continual Learning library based on Pytorch, mainly born for personal use, which can be used for fast prototyping, training and to compare different build-in methods over a various numbers of scenarios and benchmarks.

Installation

Type

pip install continual-learning

Continual learning framework

The library is organized in four main modules:

  • Benchmarks: This module contains the most used dataset in CL, reimplemented to give more flexibility.
  • Logging: This module provides different supervised scenarios which you can use in combination with a dataset to create your own Cl scenario.
  • Extras: It contains many Cl methods, that can be easily used and evalauted.
  • Training: This module contains many popular networks used to extract the features from the input samples.
  • Evaluation: This modules provides a unified way to evaluate a method over a flexible numbers of metrics/
  • Models: In this module you will find different solvers, used to classify the features extracted by a backbone network.

Disclaimer

This is a framework which is born to improve coding, and the reproducibility of the papers in which I have worked during the years. Being constantly under development, it may be unstable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

continual_learning-0.1.6.6.tar.gz (45.7 kB view hashes)

Uploaded Source

Built Distribution

continual_learning-0.1.6.6-py3-none-any.whl (72.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page