From df71e9e61c1dff103ddd1864c9054b7fb2ed5051 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 14 Dec 2025 16:40:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E7=BB=AD=20sh=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.sh b/train.sh index 5521c68..fd37c05 100644 --- a/train.sh +++ b/train.sh @@ -5,4 +5,4 @@ python3 -u -m ginka.train_wgan --resume true --epochs 300 --state_ginka "result/ # rnn python3 -u -m ginka.train_rnn --epochs 150 --checkpoint 10 >> output_rnn.log -python3 -u -m ginka.train_rnn --epochs 150 --checkpoint 10 --state_ginka "result/rnn/ginka-100.pth" >> output_rnn.log +python3 -u -m ginka.train_rnn --resume true --epochs 150 --checkpoint 10 --state_ginka "result/rnn/ginka-100.pth" >> output_rnn.log