modify shell for check

pull/3905/head
Maruyama_Aya 2023-06-08 13:36:05 +08:00
parent 039854b391
commit 49567d56d1
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ for plugin in "gemini"; do
--lr_scheduler="constant" \
--lr_warmup_steps=0 \
--num_class_images=200 \
--placement="cpu" # "cuda"
--placement="auto" # "cuda"
done