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