update model
Browse files
epoch=17-step=650718.ckpt → epoch=77-step=2819778.ckpt
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 651547328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aed9740951149e1d7739e2be03f8c1a39207f1e35305dddc36cfb034297c6de
|
3 |
size 651547328
|
model.py
CHANGED
@@ -10,7 +10,7 @@ instruments = ['bass_acoustic', 'brass_acoustic', 'flute_acoustic', 'guitar_acou
|
|
10 |
@st.cache_resource
|
11 |
def load_model(device):
|
12 |
return CVAE.load_from_checkpoint(
|
13 |
-
'epoch=
|
14 |
io_channels=1,
|
15 |
io_features=16000*4,
|
16 |
latent_features=5,
|
|
|
10 |
@st.cache_resource
|
11 |
def load_model(device):
|
12 |
return CVAE.load_from_checkpoint(
|
13 |
+
'epoch=77-step=2819778.ckpt',
|
14 |
io_channels=1,
|
15 |
io_features=16000*4,
|
16 |
latent_features=5,
|