Niral Patel
commited on
Commit
·
f17f988
1
Parent(s):
d87f154
change in model config
Browse files- .gitattributes +1 -0
- __pycache__/custom_model.cpython-38.pyc +0 -0
- test.py +4 -0
- vocals.wav +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
37 |
model.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
37 |
model.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
vocals.wav filter=lfs diff=lfs merge=lfs -text
|
__pycache__/custom_model.cpython-38.pyc
DELETED
Binary file (1.52 kB)
|
|
test.py
CHANGED
@@ -28,3 +28,7 @@ model = SpleeterModel(config)
|
|
28 |
|
29 |
# Output separated stems
|
30 |
print(model)
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
# Output separated stems
|
30 |
print(model)
|
31 |
+
result = model.forward("vocals.wav")
|
32 |
+
|
33 |
+
# Output separated stems
|
34 |
+
print(result)
|
vocals.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bab8b7195d88f9ca4d9a520c3b8e070e8e5e33cf7a27b8e21a6c896db92c8c94
|
3 |
+
size 105840078
|