ContinualAI/avalanche

remove benchmarks `reproducibility_data`

Open

#1273 aperta il 9 gen 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (258 fork)batch import
Benchmarksgood first issue

Metriche repository

Star
 (1516 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor