Gparc / configs /meshgraphnet_config.json
jacktbeerman's picture
Upload G-PARC model weights, test data, and configs (4 models)
dae4e5e verified
Raw
History Blame Contribute Delete
519 Bytes
{
"data_dir": "/scratch/jtb3sud/processed_elasto_plastic/global_max/normalized/small",
"seq_len": 16,
"stride": 16,
"num_static_feats": 2,
"num_dynamic_feats": 2,
"hidden_dim": 128,
"num_layers": 4,
"epochs": 1500,
"lr": 0.0001,
"weight_decay": 0.0005,
"grad_clip_norm": 1.0,
"scheduler": "cosine",
"scheduler_step": 100,
"scheduler_gamma": 0.9,
"device": "cuda",
"num_workers": 4,
"checkpoint_dir": "/scratch/jtb3sud/meshgraphnet/elasto/run1",
"val_every": 10,
"save_every": 100
}