ContinualAI/avalanche

remove benchmarks `reproducibility_data`

Open

#1.273 aberto em 9 de jan. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (258 forks)batch import
Benchmarksgood first issue

Métricas do repositório

Stars
 (1.516 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador