ContinualAI/avalanche

remove benchmarks `reproducibility_data`

Open

#1,273 创建于 2023年1月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (258 fork)batch import
Benchmarksgood first issue

仓库指标

Star
 (1,516 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南