NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
52 stars 12 forks source link

MSWC FSCIL task #116

Closed Maxtimer97 closed 9 months ago

Maxtimer97 commented 11 months ago

Added cleaned CNN baseline code for MSWC FSCIL task based on a monolingual english version of the dataset. This integrates pre-training and incremental learning over the 10 session with a simple weight consolidation technique.

The implementation also still requires the torch-mate libary and actually employs one of its files that has been modified . Something to discuss with @V0XNIHILI

The cl_utils file that implement simple Continual learning tricks comes from the following github repo github https://github.com/vlomonaco/ar1-pytorch/tree/master and has copyright indications. Is there something to do about that?

Still to be done:

jasonlyik commented 11 months ago

The cl_utils file that implement simple Continual learning tricks comes from the following github repo github https://github.com/vlomonaco/ar1-pytorch/tree/master and has copyright indications. Is there something to do about that?

Re: this point, the copyright license is CC BY 4.0, which shortly states that the code is free use, as long as it is attributed.

Therefore I believe all we need to do is update the current header in the file with a link to the CC BY 4.0 license, and notes if anything was changed within the file.

Maxtimer97 commented 11 months ago

Updated CNN baseline with multilingual version of the dataset. New benchmark results on Google doc

Things to figure out for the multilingual set:

Can we manage something for the first version @jasonlyik ?

jasonlyik commented 10 months ago

List of short things to do before integrating this branch into dev: