Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
/ cl-lite Public archive

A light-weight Class-Incremental Learning framework and toolbox based on PyTorch-Lightning.

License

Notifications You must be signed in to change notification settings

gqk/cl-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The cl-lite is a light-weight Class-Incremental Learning (Continual Learning) framework and toolbox based on PyTorch-Lightning. It basically follows the design of PyTorch-Lightning, but adds support for Class-Incremental Learning, and borrows some useful tools from other libraries.

Note!!! It is still in development and will continue to be improved.

Installation

The simplest way to install cl-lite is throght pip as the following command:

pip install git+https://github.com/gqk/cl-lite.git

For more details about installation and requirements, please refer to Installation.

How To Use

We implement several popular CIL approaches in cl-lite-projects, which works with the lastest version of this library. You can quickly start your own project by copying one of these projects, then modiy it to implement your approach.

We do not plan to provide documents for now, please learn from cl-lite-projects and the source code.

Acknowledgement

Some codes of this library are borrowed from the following open source projects:

About

A light-weight Class-Incremental Learning framework and toolbox based on PyTorch-Lightning.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages