File size: 4,398 Bytes
7ef0503 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | description: angcb
# amlt cred storage set angcb4wjp --subscription e033d461-1923-44a7-872b-78f1d35a86dd --resource-group Shun --allow-local-storage False
target:
service: sing
name: msrresrchlab
workspace_name: epeastus
environment:
registry: singularitybase.azurecr.io
image: base/job/pytorch/acpt-2.2.1-py3.10-cuda12.1:20240312T225111416
storage:
data:
# storage_account_name: epeastus
# container_name: cov19
# mount_dir: /home/xiaofangui/Blob_EastUS
storage_account_name: angcb4wjp
container_name: angcb
mount_dir: /data/angcb
code:
# local directory of the code. this will be uploaded to the server.
local_dir: $CONFIG_DIR/..
jobs:
- name: ANGCB_ocean
sku: 32G4-V100
# process_count_per_node: 1
# sla_tier: Standard
sla_tier: premium
priority: high
identity: managed
submit_args:
env:
_AZUREML_SINGULARITY_JOB_UAI: "/subscriptions/e033d461-1923-44a7-872b-78f1d35a86dd/resourcegroups/Shun/providers/Microsoft.ManagedIdentity/userAssignedIdentities/epeastus_mi"
command:
- bash install_dep_pkgs.sh
- pip list
- free -h
# - torchrun --nproc-per-node=4 pipeline_new.py --target ACCESS --exp_id 101 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target CESM_ETHZ --exp_id 102 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target CNRM --exp_id 203 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target FESOM_REcoM --exp_id 104 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target IPSL --exp_id 105 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target MPIOM-HAMOCC --exp_id 106 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target MRI --exp_id 107 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target NEMO_PlankTOM --exp_id 108 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target NorESM --exp_id 109 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target Princeton --exp_id 110 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target CMEMS-LSCE-FFNN --exp_id 111 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target CSIR-ML6 --exp_id 112 --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target JENA-MLS --exp_id 113 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target JMA-MLR --exp_id 114 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target LDEO-HPD --exp_id 115 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target NIES-ML3 --exp_id 116 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target OceanSODA-ETHZv2 --exp_id 117 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target UoEX-UEPFFNU --exp_id 218 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target VLIZ-SOMFFN --exp_id 119 --window 13 --patch 18 --model cnn --percent 1 --stage train --device 2
# - torchrun --nproc-per-node=4 pipeline_new.py --target average_gobm --exp_id 120 --window 13 --patch 18 --model cnn --percent 1 --stage train
# - torchrun --nproc-per-node=4 pipeline_new.py --target average_datapro --exp_id 121 --window 13 --patch 18 --model cnn --percent 1 --stage train |