ContinualAI/avalanche

remove benchmarks `reproducibility_data`

Open

#1 273 ouverte le 9 janv. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (258 forks)batch import
Benchmarksgood first issue

Métriques du dépôt

Stars
 (1 516 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

reproducibility_data is an old serialization mechanism. With the current state of benchmarks it is easier and more efficient to save the benchmark arguments and fix a random seed to guarantee reproducibility (this is not guaranteed to work for different avalanche versions). Alternatively, it is possible to use serialization.

Therefore, we should remove reproducibility_data and and encourage other reproducibility solutions.

Guide contributeur