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
Baek JeongHun
e8b465d477
add confidence score
2019-10-22 11:46:45 +00:00
Baek JeongHun
4381a5fb46
Merge pull request #91 from edwardpwtsoi/master
...
updated grid_sample arg align_corners=True
2019-10-22 14:31:26 +09:00
edwardpwtsoi
f5cf8555ef
updated grid_sample arg align_corners=True
...
UserWarning: Default grid_sample and affine_grid behavior will be changed to align_corners=False from 1.4.0. See the documentation of grid_sample for details.
2019-10-13 20:57:50 +08:00
Baek JeongHun
ff7f7dbd71
Update README.md
2019-10-10 17:16:32 +09:00
Baek JeongHun
6dc16df598
(ctc_a) (ctc_b) and fine tuning
2019-10-07 05:33:44 +00:00
Baek JeongHun
e34c99c386
Update README.md
2019-10-03 16:59:42 +09:00
Baek JeongHun
7a8717eb50
Update README.md
2019-10-03 15:41:40 +09:00
Baek JeongHun
f2c54ae2a4
Delete trade-off.jpg
2019-10-03 15:22:38 +09:00
Baek JeongHun
464b3395df
Update README.md
2019-10-03 15:21:42 +09:00