Create benchmark

This commit is contained in:
2021-09-24 11:18:38 +02:00
parent ebe768f566
commit 2fc188adca
65 changed files with 27900 additions and 0 deletions

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .Experiments import Datasets, Experiment
__all__ = ["Datasets", "Experiment"]