-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from ontime-re/48-benchmarking-fix-zero-few-shot
48 benchmarking fix zero and full shot
- Loading branch information
Showing
9 changed files
with
2,303 additions
and
1,945 deletions.
There are no files selected for viewing
1,337 changes: 749 additions & 588 deletions
1,337
docs/user_guide/1_module/3-benchmarking/3.0-benchmarking.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from .benchmark_metric import BenchmarkMetric | ||
from .benchmark_model import AbstractBenchmarkModel, BenchmarkMode | ||
from .benchmark_dataset import BenchmarkDataset | ||
from .benchmark import Benchmark |
Oops, something went wrong.