Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7173bd0
Added changes to benchmark script
MatteoWohlrapp May 7, 2024
064471b
Added changes to benchmark script to add timestamp to output directory
MatteoWohlrapp May 7, 2024
2d869fa
Added quotes around variables
MatteoWohlrapp May 7, 2024
e66ed7a
Merge branch 'master' into benchmark_results_suffix
smilesun May 8, 2024
367bb15
Merge branch 'master' into benchmark_results_suffix
smilesun May 10, 2024
46b9d4b
Merge branch 'master' into benchmark_results_suffix
smilesun May 10, 2024
a5b5a95
Merge branch 'master' into benchmark_results_suffix
smilesun May 10, 2024
1e788bd
Merge branch 'master' into benchmark_results_suffix
smilesun May 13, 2024
547c3a3
add wildcard * to benchmarks results to represent date
smilesun May 13, 2024
d573b92
Merge branch 'master' into benchmark_results_suffix
smilesun May 13, 2024
abebfd8
Abstracted common functions from the script
May 15, 2024
472a0e4
Merge branch 'benchmark_results_suffix' of https://github.com/marrlab…
May 15, 2024
2a347e7
Merge branch 'master' into benchmark_results_suffix
smilesun May 15, 2024
7d792c3
Remove set -e to see if it extends the logs
MatteoWohlrapp May 16, 2024
ee84bcb
Adding debug statements to standalone script, exiting without errors
May 28, 2024
bc3c808
ci running, exiting with 0, removing prints
May 28, 2024
5a99aa6
Renamed common benchmark file
Jun 25, 2024
88e383d
Specified pip version
Jun 25, 2024
c672a04
Specified pip version
Jun 25, 2024
13af9f0
Update pyproject.toml for version lower than 70 of setup tools
smilesun Jun 27, 2024
1220cc1
delete poetry lock
smilesun Jun 27, 2024
c546ae9
update requirments.txt using poetry
smilesun Jul 1, 2024
3b91f70
Update pyproject.toml
smilesun Jul 2, 2024
e67e212
Removed explicit pip version in ci, added comment about user starting…
Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
echo "insert a shebang line (#!/bin/bash -x -v) at the beginning of the bash script"
sed -i '1s/^/#!\/bin\/bash -x -v\n/' run_benchmark_standalone.sh
bash -x -v run_benchmark_standalone.sh examples/benchmark/demo_shared_hyper_grid.yaml
cat zoutput/benchmarks/mnist_benchmark_grid/hyperparameters.csv
cat zoutput/benchmarks/mnist_benchmark_grid/results.csv
cat zoutput/benchmarks/mnist_benchmark_grid*/hyperparameters.csv
cat zoutput/benchmarks/mnist_benchmark_grid*/results.csv
Loading