Commit Graph

148 Commits

Author SHA1 Message Date
Geewook Kim e2117f2fb8
Merge pull request #384 from boom1492/master
Fix error next iterators
2023-07-16 15:04:32 +09:00
Junghyun Lee 5749d497ed Fix error next iterators 2023-02-28 16:07:02 +09:00
gwkrsrch 68a80fe979
Merge pull request #249 from ku21fan/patch-2
Update README.md
2020-12-11 12:12:52 +09:00
Baek JeongHun 366f4368fe
Update README.md
move the files in google drive to dropbox.
2020-12-10 21:32:18 +09:00
gwkrsrch 3c2c89a88a
Merge pull request #209 from ku21fan/master
add Baidu warpctc option to reproduce CTC results of our paper.
2020-08-03 21:45:12 +09:00
Baek JeongHun f0a295eb59
Update README.md 2020-08-03 14:24:34 +09:00
Jeonghun Baek 63a370293f add Baidu warpctc option 2020-08-03 03:14:15 +00:00
gwkrsrch 32fd91ce98
Merge pull request #207 from ku21fan/patch-1
Add abbreviation for TPS-ResNet-BiLSTM-Attn (=TRBA)
2020-07-30 19:44:09 +09:00
Baek JeongHun c6e7cec329
Update README.md 2020-07-30 19:36:28 +09:00
gwkrsrch 5e277f057b
Merge pull request #203 from Rhcsky/master
Correct demo.py error when running with CTC
2020-07-30 12:06:32 +09:00
rhcsky 485344a7ef Modify unnecessary syntax 2020-07-24 10:26:01 +09:00
rhcsky 7f59fb000f Correct demo.py error when running with CTC 2020-07-24 10:25:30 +09:00
Baek JeongHun 425a9b3e1f
Merge pull request #181 from tjdevWorks/master
Doc String Correction: Attention class forward function
2020-06-25 02:19:28 +09:00
Baek JeongHun 573cb280ed
Update README.md 2020-06-16 19:07:16 +09:00
Tejas Mahajan 4be75b3877 Doc String Correction: Attention class forward function 2020-06-15 22:22:51 +05:30
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 8a5127227d
Update README.md 2020-06-05 19:31:34 +09:00
Baek JeongHun 8e7aba3b5d
Update README.md 2020-02-25 20:27:31 +09:00
Baek JeongHun ffc3e01ad5
Update dataset.py 2020-02-25 20:16:22 +09:00
Baek JeongHun dff844874d eval with alphanumeric and case sensitive setting fix 2020-02-25 11:13:06 +00:00
Baek JeongHun 1a63bce685 add comments 2020-02-25 11:09:44 +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 49942e5dc0
Update README.md 2020-02-25 18:13:58 +09:00
Baek JeongHun c27abe6b4c
Update README.md 2020-02-12 10:49:50 -05:00
Baek JeongHun 134451267f
Update transformation.py 2020-01-22 03:08:24 +09:00
Baek JeongHun 78d7ed96a9
Update transformation.py 2020-01-17 00:12:18 +09:00
Baek JeongHun 382a9b50f3
Merge pull request #137 from akarazniewicz/feature/torch_1.4.0_grid_sample_breking_change
Handling breaking change in pytorch grid_sample
2020-01-17 00:11:16 +09:00
akarazniewicz c529003649 Handling breaking change in pytorch grid_sample >=1.4.0 (https://pytorch.org/docs/stable/nn.functional.html?highlight=grid_sample#torch.nn.functional.grid_sample) 2020-01-16 14:58:59 +01:00
Baek JeongHun 24749cd1a3
Update README.md 2020-01-02 15:53:41 +09:00
Baek JeongHun 8645108824
update best_norm_ED setting 2019-12-28 14:29:11 +09:00
Baek JeongHun 307e776a11 FT start iter update 2019-12-27 11:01:01 +00:00
Baek JeongHun 6a55be4d91
Update README.md 2019-12-27 19:43:01 +09:00
Baek JeongHun b928929ff1
Update README.md 2019-12-27 19:42:27 +09:00
Baek JeongHun 8920de93e8 log_dataset.txt, IC19-NED, minor updates 2019-12-27 10:31:47 +00:00
Baek JeongHun 6593928855
Merge pull request #108 from akarazniewicz/device-model-mapping-for-CPU-inference
Mapping loaded, pretrained model to actual device.
2019-11-11 21:18:02 +09: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 603d463e83 comment update 2019-11-04 04:52:51 +00:00
Baek JeongHun f9d1795350 comment update 2019-11-04 04:34:06 +00:00
Baek JeongHun 1ef8f74224 comment update 2019-11-04 04:32:46 +00:00
Baek JeongHun 1863c76b6a
Merge pull request #99 from tgalkovskyi/master
Sample ipython notebook demonstrating use of the code
2019-10-29 01:45:45 +09:00
Taras 9e5ae484c5 Sample ipython notebook demonstrating use of the code 2019-10-27 10:43:59 -04:00
Baek JeongHun 2ca716f98a
Update README.md 2019-10-23 15:57:07 +09:00
Baek JeongHun 9a3a14150c
Merge pull request #95 from varshaneya/master
removed align_corners=True
2019-10-23 15:55:00 +09:00
varshaneya 53509eab01
removed align_corners=True
Got this error in Pytorch 1.1.0:
TypeError: grid_sample() got an unexpected keyword argument 'align_corners'
2019-10-23 11:35:37 +05:30
Baek JeongHun 9a6f6678b1 pad update 2019-10-23 05:39:34 +00:00
Baek JeongHun a19dc0f169 ctc fix.. 2019-10-22 17:49:52 +00: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 1493d2e8cd
Update README.md 2019-10-22 21:01:25 +09:00