Create pytorch_model.bin
Browse files- pytorch_model.bin +2 -0
pytorch_model.bin
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
from torch import hub
|
2 |
+
model = hub.load('mpariente/asteroid', 'conv_tasnet', 'mpariente/ConvTasNet_WHAM!_sepclean')
|