Skip to content

Commit 6183c1a

Browse files
committed
clean up script
1 parent 6f1fda9 commit 6183c1a

File tree

1 file changed

+1
-1
lines changed
  • scripts/scaling_experiments/strong_scaling/n6_m4

1 file changed

+1
-1
lines changed

scripts/scaling_experiments/strong_scaling/n6_m4/baseline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ml load mpi/openmpi
1919
source "${BASE_DIR}"/special-couscous-venv/bin/activate # Activate virtual environment.
2020

2121
# Set hyperparameters of synthetic dataset and random forest model.
22-
# We estimated 1,500 trees should be trainable in serial in 3 days
22+
# We estimated 1,500 trees to be trainable in serial in 3 days
2323
# and chose a close number evenly divisible by 64 (scaling exps).
2424
N_SAMPLES=1000000
2525
N_FEATURES=10000

0 commit comments

Comments
 (0)