-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
#SBATCH --account=rrg-mechefsk | ||
#SBATCH --gres=gpu:1 # request GPU "generic resource" | ||
#SBATCH --gres=gpu:t4:1 # request GPU "generic resource" | ||
#SBATCH --cpus-per-task=4 # maximum CPU cores per GPU request: 6 on Cedar, 16 on Graham. | ||
#SBATCH --mem=10000M # memory per node | ||
#SBATCH --time=0-00:10 # time (DD-HH:MM) | ||
#SBATCH --mem=14000M # memory per node | ||
#SBATCH --time=0-00:20 # time (DD-HH:MM) | ||
#SBATCH --output=%N-%j.out # %N for node name, %j for jobID | ||
#SBATCH --mail-type=ALL # Type of email notification- BEGIN,END,F$ | ||
#SBATCH [email protected] # Email to which notifications will be $ | ||
|
@@ -27,7 +27,7 @@ cp -r ~/scratch/earth-mantle-surrogate/processed $SLURM_TMPDIR/data | |
python $PROJECT_DIR/src/models/train_model.py \ | ||
--path_data $SLURM_TMPDIR/data/processed \ | ||
--proj_dir $PROJECT_DIR \ | ||
# --checkpoint 2021_11_03_102524 \ | ||
--checkpoint 2021_11_03_102524 \ | ||
--batch_size 1 \ | ||
--learning_rate 1e-4 \ | ||
--critic_iterations 5 \ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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