From bb4594c0ef381b4f7d67d20a2a11a4faa56ea693 Mon Sep 17 00:00:00 2001 From: vietld-itec Date: Thu, 25 Jan 2024 10:39:14 +0900 Subject: [PATCH] added autoGAN --- command.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 command.txt diff --git a/command.txt b/command.txt new file mode 100644 index 0000000..31d822a --- /dev/null +++ b/command.txt @@ -0,0 +1 @@ +python train_derived.py -gen_bs 128 -dis_bs 64 --dataset cifar10 --bottom_width 4 --img_size 32 --max_iter 50000 --gen_model shared_gan --dis_model shared_gan --latent_dim 128 --gf_dim 256 --df_dim 128 --g_spectral_norm False --d_spectral_norm True --g_lr 0.0002 --d_lr 0.0002 --beta1 0.0 --beta2 0.9 --init_type xavier_uniform --n_critic 5 --val_freq 20 --arch 1 0 1 1 1 0 0 1 1 1 0 1 0 3 --exp_name derive \ No newline at end of file