From adcaa55432fa7dee6bf526811dca617b4be634b0 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 14 Dec 2025 11:45:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20sh=20=E8=BF=90=E8=A1=8C=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/train.sh b/train.sh index d13229f..5521c68 100644 --- a/train.sh +++ b/train.sh @@ -2,3 +2,7 @@ python3 -u -m ginka.train_wgan --epochs 20 --curr_epoch 1 --checkpoint 1 >> output.log # 接续训练 python3 -u -m ginka.train_wgan --resume true --epochs 300 --state_ginka "result/wgan/ginka-100.pth" --state_minamo "result/wgan/minamo-100.pth" >> output.log + +# 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