Skip to content

Commit

Permalink
Added runs on droplet data to run_lda_noinit_all.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Aug 20, 2024
1 parent a8f299c commit d3e66bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/run_lda_noinit_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,19 @@ sbatch ${MAIN_SCRIPT} nips 9
sbatch ${MAIN_SCRIPT} nips 10
sbatch ${MAIN_SCRIPT} nips 11
sbatch ${MAIN_SCRIPT} nips 12

# Run LDA on the droplet data.
#
# data k
sbatch ${MAIN_SCRIPT} droplet 2
sbatch ${MAIN_SCRIPT} droplet 3
sbatch ${MAIN_SCRIPT} droplet 4
sbatch ${MAIN_SCRIPT} droplet 5
sbatch ${MAIN_SCRIPT} droplet 5
sbatch ${MAIN_SCRIPT} droplet 6
sbatch ${MAIN_SCRIPT} droplet 7
sbatch ${MAIN_SCRIPT} droplet 8
sbatch ${MAIN_SCRIPT} droplet 9
sbatch ${MAIN_SCRIPT} droplet 10
sbatch ${MAIN_SCRIPT} droplet 11
sbatch ${MAIN_SCRIPT} droplet 12

0 comments on commit d3e66bb

Please sign in to comment.