Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The official PyTorch code for AAAI'23 Paper "Sparse Coding in a Dual Memory System for Lifelong Learning"

License

NotificationsYou must be signed in to change notification settings

NeurAI-Lab/SCoMMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Repository for the(Oral) AAAI'23 paperSparse Coding in a Dual Memory System for Lifelong Learning

We extended theCLS-ER repo with our method

Setup

  • Usepython main.py to run experiments.

  • Use argument--load_best_args to use the best hyperparameters for each of the evaluation setting from the paper.

  • To reproduce the results in the paper run the following

    python main.py --dataset <dataset> --model <model> --experiment_id <experiment_id> --buffer_size <buffer_size> --load_best_args

    Examples:

    python main.py --dataset seq-cifar10 --model scommer --buffer_size 200 --experiment_id scommer-c10-200 --load_best_argspython main.py --dataset seq-cifar100 --model scommer --buffer_size 200 --experiment_id scommer-c100-200 --load_best_args

    For GCIL-CIFAR-100 Experiments

    python main.py --dataset gcil-cifar100 --weight_dist unif --model scommer --buffer_size 200 --experiment_id scommer-gcil-unif-200 --load_best_argspython main.py --dataset gcil-cifar100 --weight_dist longtail --model scommer --buffer_size 200 --experiment_id scommer-gcil-longtail-200 --load_best_args

Requirements

  • torch==1.7.0

  • torchvision==0.9.0

  • quadprog==0.1.7

About

The official PyTorch code for AAAI'23 Paper "Sparse Coding in a Dual Memory System for Lifelong Learning"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp