add drwa
Showing
8 changed files
with
169 additions
and
32 deletions
draw.sh
0 → 100755
eval.sh
0 → 100755
train.sh
100644 → 100755
-
Please register or sign in to post a comment
CUDA_VISIBLE_DEVICES=0 nohup python main.py --config=config/sl.yaml -d > draw.log 2>&1 & | ||
\ No newline at end of file |
CUDA_VISIBLE_DEVICES=0 nohup python main.py --config=config/sl.yaml -e > eval.log 2>&1 & | ||
\ No newline at end of file |