fix training submission script
This commit is contained in:
6
run.py
6
run.py
@@ -5,7 +5,11 @@ torch.set_float32_matmul_precision("medium")
|
||||
|
||||
|
||||
def main():
|
||||
LightningCLI(subclass_mode_data=True, subclass_mode_model=True)
|
||||
LightningCLI(
|
||||
subclass_mode_data=True,
|
||||
subclass_mode_model=True,
|
||||
save_config_kwargs={"overwrite": True},
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
11
submit.sh
11
submit.sh
@@ -1,8 +1,5 @@
|
||||
#!/bin/bash
|
||||
# python run.py fit --config experiments/config_4_layer_8_hidden.yaml
|
||||
# python run.py fit --config experiments/config_8_layer_8_hidden.yaml
|
||||
python run.py fit --config experiments/config_8_layer_16_hidden_refined.yaml
|
||||
python run.py fit --config experiments/config_16_layer_8_hidden_refined.yaml
|
||||
python run.py fit --config experiments/config_16_layer_16_hidden_refined.yaml
|
||||
python run.py fit --config experiments/config_8_layer_16_hidden.yaml
|
||||
# python run.py fit --config experiments/config_4_layer_16_hidden.yaml
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user