update
This commit is contained in:
@@ -11,20 +11,20 @@
|
||||
"seq_len": 128,
|
||||
"epochs": 8,
|
||||
"max_batches": 3000,
|
||||
"lambda": 0.5,
|
||||
"lambda": 0.8,
|
||||
"lr": 0.0005,
|
||||
"seed": 1337,
|
||||
"log_every": 10,
|
||||
"ckpt_every": 50,
|
||||
"ema_decay": 0.999,
|
||||
"use_ema": true,
|
||||
"clip_k": 5.0,
|
||||
"clip_k": 3.0,
|
||||
"grad_clip": 1.0,
|
||||
"use_condition": true,
|
||||
"condition_type": "file_id",
|
||||
"cond_dim": 32,
|
||||
"use_tanh_eps": true,
|
||||
"eps_scale": 1.0,
|
||||
"eps_scale": 0.7,
|
||||
"sample_batch_size": 8,
|
||||
"sample_seq_len": 128
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user