| #SBATCH -N 1 # 节点数(可改成多节点) | |
| #SBATCH --job-name=opt # 可选:任务名,便于查看 | |
| # ==================== 真正要跑的程序 ==================== | |
| # python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.py | |
| python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree1.py |
| #SBATCH -N 1 # 节点数(可改成多节点) | |
| #SBATCH --job-name=opt # 可选:任务名,便于查看 | |
| # ==================== 真正要跑的程序 ==================== | |
| # python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.py | |
| python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree1.py |