mirror of
https://github.com/wassname/curl.git
synced 2026-08-21 11:14:16 +08:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
CUDA_VISIBLE_DEVICES=1 python \
|
|
-m pdb -c continue \
|
|
train.py \
|
|
--save_tb
|