Shawn’s Blog
  • 🗂️ Collections
    • 🖥️ Slides Gallery
    • 🧑‍🍳️ Cooking Ideas
    • 🍱 Cookbook
    • 💬 Language Learning
    • 🎼 Songbook
  • ⚙️ Projects
    • ⚛ Continual Learning Arena
  • 📄 Papers
    • AdaHAT
    • FG-AdaHAT
  • 🎓 CV
    • CV (English)
    • CV (Mandarin)
  • About
  1. Components
  • Welcome to CLArena
  • Getting Started
  • Configure Pipelines
  • Continual Learning (CL)
    • CL Main Experiment
    • Save and Evaluate Model
    • Full Experiment
    • Output Results
  • Continual Unlearning (CUL)
    • CUL Main Experiment
    • Full Experiment
    • Output Results
  • Multi-Task Learning (MTL)
    • MTL Experiment
    • Save and Evaluate Model
    • Output Results
  • Single-Task Learning (STL)
    • STL Experiment
    • Save and Evaluate Model
    • Output Results
  • Components
    • CL Dataset
    • MTL Dataset
    • STL Dataset
    • CL Algorithm
    • CUL Algorithm
    • MTL Algorithm
    • STL Algorithm
    • Backbone Network
    • Optimizer
    • Learning Rate Scheduler
    • Trainer
    • Metrics
    • Lightning Loggers
    • Callbacks
    • Other Configs
  • Implement Your Modules (TBC)
  • API Reference

Configure Components

Modified

August 30, 2025

The configs for experiment and evaluation pipelines in CLArena are divided into components. They include:

Component Description
CL Dataset Continual learning dataset
MTL Dataset Multi-task learning dataset
STL Dataset Single-task learning dataset
CL Algorithm Continual learning algorithm
CUL Algorithm Continual unlearning algorithm
MTL Algorithm Multi-task learning algorithm
STL Algorithm Single-task learning algorithm
Backbone Network The backbone neural network architecture
Optimizer The optimization algorithm used for training
Learning Rate Scheduler The learning rate scheduling strategy
Trainer The training configuration using PyTorch Lightning Trainer
Metrics The evaluation metrics used to assess model performance
Lightning Loggers PyTorch Lightning Logger settings
Callbacks The callbacks (additional operation hooks) used during training and evaluation
Other Configs Config categories not covered above
Back to top
Output Results
CL Dataset
 
 

©️ 2025 Pengxiang Wang. All rights reserved.