2 次代碼提交 1b996c453c ... 2eebbe6c52

作者 SHA1 備註 提交日期
  fangjiasheng 2eebbe6c52 Merge remote-tracking branch 'origin/master' 9 月之前
  fangjiasheng 8a20f53976 表头识别模型torch版更新 9 月之前
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      BiddingKG/dl/table_head/model_40_0.951.pth
  2. 1 1
      BiddingKG/dl/table_head/predict_torch.py

二進制
BiddingKG/dl/table_head/model_40_0.951.pth


+ 1 - 1
BiddingKG/dl/table_head/predict_torch.py

@@ -9,7 +9,7 @@ from BiddingKG.dl.table_head.models.model_torch import TableHeadModel
 from BiddingKG.dl.table_head.pre_process_torch import CustomDatasetTiny40, set_same_table_head, set_label
 
 device = torch.device("cpu")
-model_path = os.path.abspath(os.path.dirname(__file__)) + '/model_40_0.959.pth'
+model_path = os.path.abspath(os.path.dirname(__file__)) + '/model_40_0.951.pth'
 batch_size = 1