-
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.
Made a few improvements to the 'noinit' LDA scripts.
- Loading branch information
Showing
5 changed files
with
25 additions
and
201 deletions.
There are no files selected for viewing
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
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,21 @@ | ||
#!/bin/bash | ||
|
||
# The shell commands below will submit Slurm jobs to run LDA for all | ||
# data sets, and for different choices of K. | ||
MAIN_SCRIPT=run_lda_noinit.sbatch | ||
|
||
# Run LDA on the newsgroups data. | ||
# | ||
# data k | ||
sbatch ${MAIN_SCRIPT} newsgroups 2 | ||
sbatch ${MAIN_SCRIPT} newsgroups 3 | ||
sbatch ${MAIN_SCRIPT} newsgroups 4 | ||
sbatch ${MAIN_SCRIPT} newsgroups 5 | ||
sbatch ${MAIN_SCRIPT} newsgroups 5 | ||
sbatch ${MAIN_SCRIPT} newsgroups 6 | ||
sbatch ${MAIN_SCRIPT} newsgroups 7 | ||
sbatch ${MAIN_SCRIPT} newsgroups 8 | ||
sbatch ${MAIN_SCRIPT} newsgroups 9 | ||
sbatch ${MAIN_SCRIPT} newsgroups 10 | ||
sbatch ${MAIN_SCRIPT} newsgroups 11 | ||
sbatch ${MAIN_SCRIPT} newsgroups 12 |
This file was deleted.
Oops, something went wrong.