Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
0d3b879
1
Parent(s):
46f80fc
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -25,7 +25,7 @@ class PianoTranscription(object):
|
|
25 |
device: 'cuda' | 'cpu'
|
26 |
"""
|
27 |
|
28 |
-
checkpoint_path="CRNN_note_F1
|
29 |
print('Checkpoint path: {}'.format(checkpoint_path))
|
30 |
|
31 |
print('Using {} for inference.'.format(device))
|
|
|
25 |
device: 'cuda' | 'cpu'
|
26 |
"""
|
27 |
|
28 |
+
checkpoint_path="CRNN_note_F1=0.9677_pedal_F1=0.9186.pth"
|
29 |
print('Checkpoint path: {}'.format(checkpoint_path))
|
30 |
|
31 |
print('Using {} for inference.'.format(device))
|