Skip to content

Commit

Permalink
⚡ bump up bayes factor training
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jul 9, 2024
1 parent 8d65528 commit 1dd6788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
cd tutorial
move-dl data=random_small task=random_small__id_assoc_bayes --cfg job
move-dl data=random_small task=random_small__id_assoc_bayes task.num_refits=1
move-dl data=random_small task=random_small__id_assoc_bayes task.training_loop.num_epochs=100 task.num_refits=2
run-tutorial-w-multiprocessing:
name: Run - random_small - multiprocess
runs-on: ubuntu-latest
Expand All @@ -78,7 +78,7 @@ jobs:
run: |
cd tutorial
move-dl data=random_small task=random_small__id_assoc_bayes task.multiprocess=true --cfg job
move-dl data=random_small task=random_small__id_assoc_bayes task.multiprocess=true task.num_refits=1
move-dl data=random_small task=random_small__id_assoc_bayes task.training_loop.num_epochs=100 task.num_refits=2 task.multiprocess=true
run-tutorial-cont:
name: Run tutorial - random_continuous
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1dd6788

Please sign in to comment.