Skip to content

Commit f7cf63b

Browse files
authored
Fix benchmark reproducibility (#95)
* Commit comparison manifest * Ensure reproducibility
1 parent 9e0b7ab commit f7cf63b

File tree

6 files changed

+1826
-14
lines changed

6 files changed

+1826
-14
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
/docs/build/
77
/docs/Manifest.toml
88
/test/Manifest.toml
9-
/libs/**/Manifest.toml
9+
/libs/HMMBenchmark/Manifest.toml
10+
/libs/HMMTest/Manifest.toml
11+
/libs/HMMComparison/test/Manifest.toml
1012

1113
scratchpad.jl
1214

libs/HMMComparison/CondaPkg.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
[deps]
2-
jax = ""
3-
numpy = ""
4-
pytorch = ""
1+
2+
[deps.pytorch]
3+
channel = "pytorch"
4+
5+
[deps.jax]
6+
channel = "conda-forge"
7+
8+
[deps.numpy]
9+
channel = "conda-forge"
10+
11+
[deps.cpuonly]
12+
channel = "pytorch"
513

614
[pip.deps]
715
dynamax = ""
8-
hmmlearn = ""
916
pomegranate = ""
17+
hmmlearn = ""

0 commit comments

Comments
 (0)