Commit Graph

29 Commits

Author SHA1 Message Date
Jeonghun Baek 63a370293f add Baidu warpctc option 2020-08-03 03:14:15 +00:00
Jeonghun Baek d38c3cbfdb target shape of CTC loss function updated. [before] sum(target_lengths) [after] batch (N,S). and minor update 2020-06-05 14:38:52 +00:00
Baek JeongHun dff844874d eval with alphanumeric and case sensitive setting fix 2020-02-25 11:13:06 +00:00
Baek JeongHun e2197e83b0 eval with alphanumeric and case sensitive setting 2020-02-25 11:07:49 +00:00
Baek JeongHun 5b132b932d eval with alphanumeric and case sensitive setting 2020-02-25 11:06:34 +00:00
Baek JeongHun 8920de93e8 log_dataset.txt, IC19-NED, minor updates 2019-12-27 10:31:47 +00:00
akarazniewicz be128d4d9f Mapping loaded, pretrained model to actual device. Required for CPU only inference. 2019-11-11 12:36:06 +01:00
Baek JeongHun 8749902367 ctc update 2019-10-22 17:26:58 +00:00
Baek JeongHun ec5319296b arrange 2019-10-22 13:58:23 +00:00
Baek JeongHun e8b465d477 add confidence score 2019-10-22 11:46:45 +00:00
Baek JeongHun 6dc16df598 (ctc_a) (ctc_b) and fine tuning 2019-10-07 05:33:44 +00:00
Baek JeongHun 1c6efa5218 'fix_ctc_loss_issue' 2019-08-07 16:42:42 +09:00
Baek JeongHun 8f7255fb4b .cuda() to .to(device) 2019-08-03 08:03:46 +00:00
Baek JeongHun 7498f48452 no_grad instead of requires_grad False 2019-08-03 06:55:32 +00:00
Baek JeongHun bda81065a5 fix encode with batch_max_length 2019-07-31 08:03:53 +00:00
Baek JeongHun dd18436360 --data_filtering_off 2019-07-16 10:04:20 +00:00
Baek JeongHun c3e07b538a fix minor 2019-07-16 03:30:44 +00:00
Baek JeongHun f15051a493 add data_filtering mode 2019-07-15 05:33:37 +00:00
Baek JeongHun 3953e51381 fix division by zero in normalized edit distance 2019-07-01 12:08:07 +00:00
Baek JeongHun c665fce337 comment and demo.py update 2019-05-17 13:44:38 +00:00
Baek JeongHun ce837aba3c add PAD option 2019-05-10 02:11:06 +00:00
Baek JeongHun cf390a0873 upgrade to PyTorch 1.1.0 (use torch.nn.CTCLoss) and test.py update 2019-05-09 03:21:18 +00:00
Kwon 3a1ebfadc3
Update test.py 2019-05-08 15:16:45 +09:00
Kwon 0ca8fd9afb
Unpack error.
Traceback (most recent call last):
  File "test.py", line 226, in <module>
    test(opt)
  File "test.py", line 175, in test
    model, criterion, evaluation_loader, converter, opt)
ValueError: not enough values to unpack (expected 7, got 6)
2019-04-25 14:00:01 +09:00
Baek JeongHun 78f175cdd9 log write update and fix minor 2019-04-14 12:54:22 +00:00
Baek JeongHun 7da666fc3a update model arg 2019-04-09 09:06:32 +00:00
Baek JeongHun d322f4ff00 fix argment name 2019-04-09 06:06:26 +00:00
Baek JeongHun 34e6316856 fix minor 2019-04-07 12:41:11 +00:00
Baek JeongHun 2b38eb2574 'init' 2019-04-05 19:45:29 +09:00