physio4m-ecg-only-weights / physio4m_raw_args.json
bc121381's picture
Upload folder using huggingface_hub
7aa9538 verified
Raw
History Blame Contribute Delete
695 Bytes
{
"shard_roots": "/home/cuimr/csfm_data/processed/csfm_shards/code15",
"out_dir": "/home/cuimr/csfm_data/runs/physio4m_code15_2gpu",
"variant": "small",
"signal_size": 800,
"patch_size": 25,
"epochs": 100,
"batch_size": 128,
"num_workers": 4,
"lr": 0.0001,
"weight_decay": 0.05,
"mask_ratio": 0.75,
"recon_loss": "l2",
"grad_clip": 1.0,
"val_frac": 0.05,
"limit": null,
"max_samples_per_source": null,
"source_limit_strategy": "head",
"cache_size": 256,
"seed": 42,
"device": "cuda",
"max_train_batches": null,
"max_val_batches": null,
"prefetch_factor": 2,
"no_shuffle_train": false,
"resume": null,
"resume_optimizer": false,
"ddp": true
}