shixian.shi 3 년 전
부모
커밋
9c21bbb96b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      funasr/utils/timestamp_tools.py

+ 1 - 1
funasr/utils/timestamp_tools.py

@@ -134,7 +134,7 @@ class AverageShiftCalculator():
         uttid_intersection = self._intersection(uttid_list1, uttid_list2)
         res = self.as_cal(uttid_intersection, ts_dict1, ts_dict2)
         logging.warning("Average shift of {} and {}: {}.".format(file1, file2, str(res)[:8]))
-        logging.warning("Following timestamp pair differs most: {}, detail:{}".format(self.max_shift_uttid))
+        logging.warning("Following timestamp pair differs most: {}, detail:{}".format(self.max_shift, self.max_shift_uttid))
 
     def _intersection(self, list1, list2):
         set1 = set(list1)