asigalov61 commited on
Commit
0d3b879
1 Parent(s): 46f80fc

Update inference.py

Browse files
Files changed (1) hide show
  1. 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%3D0.9677_pedal_F1%3D0.9186.pth"
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))