crobbi commited on
Commit
797f917
1 Parent(s): 929eedf

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -38,6 +38,7 @@ def load_alignments(path:str) -> List[str]:
38
 
39
  def load_data(path: str):
40
  path = bytes.decode(path.numpy())
 
41
  file_name = path.split('/')[-1].split('.')[0]
42
  # File name splitting for windows
43
  # file_name = path.split('\\')[-1].split('.')[0]
 
38
 
39
  def load_data(path: str):
40
  path = bytes.decode(path.numpy())
41
+ print(path)
42
  file_name = path.split('/')[-1].split('.')[0]
43
  # File name splitting for windows
44
  # file_name = path.split('\\')[-1].split('.')[0]