diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-13 23:49:05 -0600 |
| commit | cd99d6b874d9d09b3bb87b8485cc787885af71f1 (patch) | |
| tree | 59a233959932ca0e4f12f196275e07fcf443b33f /files/data_io/configs/shd.yaml | |
init commit
Diffstat (limited to 'files/data_io/configs/shd.yaml')
| -rw-r--r-- | files/data_io/configs/shd.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/data_io/configs/shd.yaml b/files/data_io/configs/shd.yaml new file mode 100644 index 0000000..c786934 --- /dev/null +++ b/files/data_io/configs/shd.yaml @@ -0,0 +1,11 @@ +dataset: SHD +data_dir: /u/yurenh2/ml-projects/snn-training/files/data +shuffle: true +encoder: + type: poisson + max_rate: 50 + dt_ms: 1.0 + seed: 42 # 也可不写,默认 42 +transforms: + normalize: true + spike_jitter: 0.01 |
