From 2e78561b0ffaa4cfc1a1587ec6f96a0760a1db57 Mon Sep 17 00:00:00 2001 From: zhuoyiyang <yangzhuo18@mails.tsinghua.edu.cn> Date: Sun, 24 Oct 2021 20:31:54 +0800 Subject: [PATCH] merge with main --- scripts/kill_python.sh | 2 +- scripts/text2image_object.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kill_python.sh b/scripts/kill_python.sh index 3900363..655997f 100644 --- a/scripts/kill_python.sh +++ b/scripts/kill_python.sh @@ -1 +1 @@ -pdsh -w ssh:node[1-3] "pkill -9 python" \ No newline at end of file +pdsh -w ssh:node[1-4] "pkill -9 python" \ No newline at end of file diff --git a/scripts/text2image_object.sh b/scripts/text2image_object.sh index 4ab4b70..296b9da 100755 --- a/scripts/text2image_object.sh +++ b/scripts/text2image_object.sh @@ -1,6 +1,6 @@ #!/bin/bash -CHECKPOINT_PATH=checkpoints/finetune2-object-test10-24-08-21 +CHECKPOINT_PATH=checkpoints/finetune2-object-test10-24-12-19 NLAYERS=48 NHIDDEN=2560 NATT=40 -- GitLab