ddPn08 commited on
Commit
ebd6f88
·
verified ·
1 Parent(s): b89eb5d

Upload folder using huggingface_hub

Browse files
note/1/checkpoints/epoch=1-step=11300.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5495b39f4d06c3ded709580a36cad0a89dda2ee1575c87065894cec04ea1382a
3
+ size 66407560
note/1/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "note",
3
+ "params": {
4
+ "n_frame": 128,
5
+ "n_bin": 256,
6
+ "cnn_channel": 4,
7
+ "cnn_kernel": 5,
8
+ "hid_dim": 256,
9
+ "n_margin": 32,
10
+ "n_layers": 3,
11
+ "n_heads": 4,
12
+ "pf_dim": 512,
13
+ "dropout": 0.1,
14
+ "n_velocity": 128,
15
+ "n_note": 88
16
+ },
17
+ "feature": {
18
+ "sampling_rate": 16000,
19
+ "hop_sample": 256,
20
+ "mel_bins": 256,
21
+ "n_bins": 256,
22
+ "fft_bins": 2048,
23
+ "window_length": 2048,
24
+ "log_offset": 1e-8,
25
+ "window_mode": "hann",
26
+ "pad_mode": "constant"
27
+ },
28
+ "input": {
29
+ "margin_b": 32,
30
+ "margin_f": 32,
31
+ "num_frame": 128,
32
+ "max_value": 0.0,
33
+ "min_value": -18.42068099975586
34
+ },
35
+ "midi": {
36
+ "pitch_min": 21,
37
+ "pitch_max": 108,
38
+ "num_notes": 88,
39
+ "num_velocity": 128
40
+ }
41
+ }