Initial commit

This commit is contained in:
三洋三洋
2024-01-15 05:48:36 +00:00
commit 126026cb48
12 changed files with 428 additions and 0 deletions

7
run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# 设置 CUDA 设备
export CUDA_VISIBLE_DEVICES=0,1,2,4
# 运行 Python 脚本并将输出重定向到日志文件
nohup python -m src.models.resizer.train.train > train_result_pred_height_v3.log 2>&1 &