Files
thermal-conduction-ml/submit.sh
2025-12-09 09:19:12 +01:00

6 lines
299 B
Bash
Executable File

#!/bin/bash
export CUDA_VISIBLE_DEVICES=1
python run.py fit --config experiments/5_steps/config_16_layer_16_hidden_refined.yaml
python run.py fit --config experiments/5_steps/config_32_layer_16_hidden_refined.yaml
python run.py fit --config experiments/5_steps/config_8_layer_16_hidden_refined.yaml