a | b/configs/pipelines/config.json | ||
---|---|---|---|
1 | { |
||
2 | "exp_name":"EcgResNet34", |
||
3 | "type": "Pipeline1D", |
||
4 | "device": "cuda:0", |
||
5 | "model": "EcgResNet34", |
||
6 | "model_path": "./experiments/EcgResNet34/checkpoints/00000635.pth", |
||
7 | "ecg_data": "./mit-bih/100", |
||
8 | |||
9 | "json": "data/val.json", |
||
10 | "mapping_json": "data/class-mapper.json", |
||
11 | "num_classes": 8, |
||
12 | |||
13 | "batch_size": 128, |
||
14 | "num_workers": 3, |
||
15 | "exp_dir" : "experiments/" |
||
16 | } |