Skip to content
Discussion options

You must be logged in to vote

from avalanche.evaluation.metrics import ExperienceForgetting, accuracy_metrics, loss_metrics, timing_metrics, \
    cpu_usage_metrics, StreamConfusionMatrix, disk_usage_metrics
from avalanche.logging import InteractiveLogger, TextLogger, TensorboardLogger
from avalanche.training.plugins import EvaluationPlugin

import utils


def parse_arguments():
    argparser = argparse.ArgumentParser("Run continual learning experiments")
    argparser.add_argument("--model", type=str)
    argparser.add_argument("--scenario", choices=["NI", "NIC", "NC"])
    argparser.add_argument("--dataset", choices=["MNIST", "CIFAR10", "Core50"])
    argparser.add_argument("--task_list", nargs="+")
    argparser.a…

Replies: 2 comments 19 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
19 replies
@vlomonaco
Comment options

@AndreaCossu
Comment options

@AndreaCossu
Comment options

@vlomonaco
Comment options

@JothamWong
Comment options

Answer selected by vlomonaco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants