TorchLight commited on
Commit
2b0615c
·
verified ·
1 Parent(s): 466d250

Initial upload: data, models, and instruments

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ instruments/piano.wav filter=lfs diff=lfs merge=lfs -text
37
+ instruments/vio.wav filter=lfs diff=lfs merge=lfs -text
data/Burst.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913e7017535cc7a2db548097811549c0c6b14923365180b263c4a444e45b5112
3
+ size 33554560
data/ParkesBurst.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89778a62d4d8dd8518d2bf961490034d579c16bad52cd33ccf3770a116a6ac5
3
+ size 2027648
data/Profile.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44464a71bd48c36d95475c53d34d7fea21c92735da90264b5cda78dea97fac18
3
+ size 640
data/RawBurst.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1678ead5b4280ca0f4b05631a3cae56659afd8baaa3b5ce00cca2a75b17125b2
3
+ size 46137472
instruments/piano.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e847473c76194a2e79760931ca844d67ed97770e89608eb9335a652867cb10
3
+ size 326654
instruments/vio.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9099458b5793fd50b666ea42ed4e507e787390f0f52b3b2bd7d55b828ebd088
3
+ size 326654
models/hifigan/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resblock": "1",
3
+ "num_gpus": 0,
4
+ "batch_size": 8,
5
+ "learning_rate": 0.0002,
6
+ "adam_b1": 0.8,
7
+ "adam_b2": 0.99,
8
+ "lr_decay": 0.999,
9
+ "seed": 1234,
10
+
11
+ "upsample_rates": [8,8,2,2],
12
+ "upsample_kernel_sizes": [16,16,4,4],
13
+ "upsample_initial_channel": 512,
14
+ "resblock_kernel_sizes": [3,7,11],
15
+ "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
16
+
17
+ "segment_size": 8192,
18
+ "num_mels": 80,
19
+ "num_freq": 1025,
20
+ "n_fft": 1024,
21
+ "hop_size": 256,
22
+ "win_size": 1024,
23
+
24
+ "sampling_rate": 22050,
25
+
26
+ "fmin": 0,
27
+ "fmax": 8000,
28
+ "fmax_for_loss": null,
29
+
30
+ "num_workers": 4,
31
+
32
+ "dist_config": {
33
+ "dist_backend": "nccl",
34
+ "dist_url": "tcp://localhost:54321",
35
+ "world_size": 1
36
+ }
37
+ }
models/hifigan/generator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3210a48435a71c60b25dcb92c5b125b3f53056122a59b1588767bf2baccd91ec
3
+ size 55824433
models/musicnet/args.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0106f0b0f5b30e8ec5a43b4b6af5c8d02db4b75eb1e93a0e66a61e46dccfa7
3
+ size 1525
models/musicnet/bestmodel_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86921ce1bbd21007156a541205c24b2a5c5af9131fe41c79666a5d3a0764e454
3
+ size 34204511
models/musicnet/bestmodel_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57bdfca974447b88d5030fee74857f03d10bcb8e6a61358798f70241ac81034
3
+ size 34204511
models/musicnet/bestmodel_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69736fde3e0e165565290ad4ad02c7d4acac3e178d12980acd891bd2275a16e7
3
+ size 34204511
models/musicnet/bestmodel_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b095cb611954e76e22bcf3db1b938ef7c7c9211fbc5087255b3cea4d5ed5cb
3
+ size 34204511
models/musicnet/bestmodel_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:145326ae8be35ab1607a62637c17dc0bbf5164f91c69a02c04f38fb05f4b54c8
3
+ size 34204511
models/musicnet/bestmodel_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9046f1328c73b29ddc02e0aeb4c9f677f54174ce8dac459f6da23213460109
3
+ size 34204511
models/musicnet/lastmodel_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea737e26181845ba32e2077ba24aa22f4b7b89c44db9e5508940235a93c659c
3
+ size 34204511
models/musicnet/lastmodel_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e39031276a9815fa6f2c089e0988741dcf22b64c9e228721fe487e20f84f8a5
3
+ size 34204511
models/musicnet/lastmodel_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e010f11007db946bce95e20149b0572f11302b67e120d31b451cabb858df4a2
3
+ size 34204511
models/musicnet/lastmodel_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fe8736e72cb1155cdaf31e00b1e5c74865f60128943d12cb1dd8510d90d9cf
3
+ size 34204511
models/musicnet/lastmodel_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:775749b35321a3b04e1e2a67d01288429411378409f7d39b73ec934ff5f784d4
3
+ size 34204511
models/musicnet/lastmodel_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b465c7a2dff36c3325b79f67ab9002c72f040135c11e7cc3f7d91e0fe3b2029a
3
+ size 34204511