51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"data_path": "F:\\Development\\modbus_diffusion\\mask-ddpm\\dataset\\hai\\hai-21.03\\train1.csv.gz",
|
|
"data_glob": "F:\\Development\\modbus_diffusion\\mask-ddpm\\mask-ddpm\\example\\..\\..\\dataset\\hai\\hai-21.03\\train*.csv.gz",
|
|
"split_path": "F:\\Development\\modbus_diffusion\\mask-ddpm\\mask-ddpm\\example\\feature_split.json",
|
|
"stats_path": "F:\\Development\\modbus_diffusion\\mask-ddpm\\mask-ddpm\\example\\results\\cont_stats.json",
|
|
"vocab_path": "F:\\Development\\modbus_diffusion\\mask-ddpm\\mask-ddpm\\example\\results\\disc_vocab.json",
|
|
"out_dir": "F:\\Development\\modbus_diffusion\\mask-ddpm\\mask-ddpm\\example\\results",
|
|
"device": "cuda",
|
|
"timesteps": 600,
|
|
"batch_size": 128,
|
|
"seq_len": 128,
|
|
"epochs": 10,
|
|
"max_batches": 4000,
|
|
"lambda": 0.7,
|
|
"lr": 0.0005,
|
|
"seed": 1337,
|
|
"log_every": 10,
|
|
"ckpt_every": 50,
|
|
"ema_decay": 0.999,
|
|
"use_ema": true,
|
|
"clip_k": 5.0,
|
|
"grad_clip": 1.0,
|
|
"use_condition": true,
|
|
"condition_type": "file_id",
|
|
"cond_dim": 32,
|
|
"use_tanh_eps": false,
|
|
"eps_scale": 1.0,
|
|
"model_time_dim": 128,
|
|
"model_hidden_dim": 512,
|
|
"model_num_layers": 2,
|
|
"model_dropout": 0.1,
|
|
"model_ff_mult": 2,
|
|
"model_pos_dim": 64,
|
|
"model_use_pos_embed": true,
|
|
"disc_mask_scale": 0.9,
|
|
"shuffle_buffer": 256,
|
|
"cont_loss_weighting": "inv_std",
|
|
"cont_loss_eps": 1e-06,
|
|
"cont_target": "v",
|
|
"cont_clamp_x0": 5.0,
|
|
"quantile_loss_weight": 0.1,
|
|
"quantile_points": [
|
|
0.05,
|
|
0.25,
|
|
0.5,
|
|
0.75,
|
|
0.95
|
|
],
|
|
"sample_batch_size": 8,
|
|
"sample_seq_len": 128
|
|
} |