CS60003-HW1 / train_config.json
zhanxing's picture
Upload 4 files
6f6e5b5 verified
Raw
History Blame Contribute Delete
277 Bytes
Invalid JSON:Unexpected token '', "{ "o"... is not valid JSON
{
"output_dir": "outputs\\\\trial_07",
"hidden_dim1": 1024,
"hidden_dim2": 512,
"activation": "relu",
"learning_rate": 0.03,
"lr_decay": 0.98,
"weight_decay": 0.001,
"batch_size": 128,
"epochs": 20,
"seed": 42
}