Commit Graph

83 Commits

Author SHA1 Message Date
Baek JeongHun 7498f48452 no_grad instead of requires_grad False 2019-08-03 06:55:32 +00:00
Baek JeongHun d62daf3baa
Merge pull request #48 from YacobBY/patch-2
replaced deprecated fromstring() with frombuffer()
2019-08-03 15:04:38 +09:00
Yacob cbc1d9df0f
replaced deprecated fromstring() with frombuffer()
Kept seeing

`DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead imageBuf = np.fromstring(imageBin, dtype=np.uint8)`, this fixes the issue.
2019-08-01 16:28:41 +02:00
Baek JeongHun 9128831f7b
Update README.md 2019-08-01 12:03:40 +09:00
Baek JeongHun b3b3889295
Merge pull request #46 from coallaoh/patch-1
Update README.md
2019-08-01 12:03:07 +09:00
Seong Joon Oh 42d9506787
Update README.md 2019-08-01 08:26:31 +09:00
Baek JeongHun 533fdf01ba fix encode with batch_max_length 2019-07-31 08:04:56 +00:00
Baek JeongHun bda81065a5 fix encode with batch_max_length 2019-07-31 08:03:53 +00:00
Baek JeongHun a239f46df3 'fix' 2019-07-26 15:02:05 +09:00
Baek JeongHun c189d3d8dc
Update README.md 2019-07-25 01:27:24 +09:00
Baek JeongHun 7b938741bd . 2019-07-24 16:20:25 +00:00
Baek JeongHun 5d4ed385f4
Merge pull request #36 from YacobBY/patch-1
Nvidia Apex for FP16 calculations
2019-07-25 00:35:01 +09:00
Yacob 2d45ba2fab
use amp grad clipping 2019-07-24 14:42:25 +02:00
Yacob a0f43fa0c0
Nvidia Apex for FP16 calculations
Included Compatibility with the Nvidia's Apex library, which can do Floating Point16 calculations. This gives significant speedup in training. This code has been tested on a single RTX2070. If  the Nvidia Apex library is not found the code should run as normal. 

To install Apex: https://github.com/NVIDIA/apex#quick-start

Known bugs: 
-Does not work with adam parameter
-Gradient overflow keeps happening at the start, however it automatically reduces loss scale to 8192 after which this notification disappears

examples:
Loading: https://i.imgur.com/3nZROJz.png
Training: https://i.imgur.com/Q2w52m7.png
2019-07-23 15:51:26 +02:00
Baek JeongHun 40a4100df6 update data_filtering 2019-07-17 05:41:34 +00:00
Baek JeongHun f551679a0a update data_filtering 2019-07-17 05:34:10 +00:00
Baek JeongHun ea3e322de9
Update README.md 2019-07-16 22:28:08 +09: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 f0b17556b8
Update README.md 2019-06-25 12:51:46 +09:00
Baek JeongHun 553b3689a3
Update README.md 2019-06-25 12:50:33 +09:00
Baek JeongHun 5bc60b17ca
Update README.md 2019-06-24 19:24:49 +09:00
Baek JeongHun fc59eb5eea
Update README.md 2019-06-20 14:17:01 +09:00
Baek JeongHun c076f6908f
Update README.md 2019-06-20 14:15:07 +09:00
Baek JeongHun 7c2647de8b
Update README.md 2019-06-12 05:00:16 +09:00
Baek JeongHun b5dc8fd123
Update README.md 2019-06-12 04:56:57 +09:00
Baek JeongHun bbc41a083d
Update README.md 2019-05-29 13:13:18 +09:00
Baek JeongHun 8de2cc5c32
Update README.md 2019-05-28 17:38:50 +09:00
Baek JeongHun 0a02b35df6
Update README.md 2019-05-28 17:38:22 +09:00
Baek JeongHun 16c3aadb91
Update README.md 2019-05-22 16:17:10 +09:00
Baek JeongHun 46a45478d5 update RawDataset 2019-05-21 05:47:39 +00:00
Baek JeongHun de5a153d79 add natsorted to RawDataset 2019-05-21 05:31:52 +00:00
Baek JeongHun 721bf653e0
Update README.md 2019-05-20 22:38:18 +09:00
Baek JeongHun c2fa3a8232
Update README.md 2019-05-20 22:34:18 +09:00
Baek JeongHun 034b422bdc
Update README.md 2019-05-20 22:33:06 +09:00
Baek JeongHun 065c190fab
Update README.md 2019-05-17 23:42:59 +09:00
Baek JeongHun 8ab719c2c8
Update README.md 2019-05-17 23:42:13 +09:00
Baek JeongHun ace5df9a47
Update README.md 2019-05-17 23:40:17 +09:00
Baek JeongHun b16d25229d
Update README.md 2019-05-17 23:25:01 +09:00
Baek JeongHun 46e0aee251
Update README.md 2019-05-17 23:23:54 +09: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 1426f66c69
Update README.md 2019-05-09 14:06:12 +09:00
Baek JeongHun f1ab5146b7 Merge branch 'master' of https://github.com/clovaai/deep-text-recognition-benchmark 2019-05-09 04:58:50 +00:00
Baek JeongHun 6ab7c78b0a fix minor 2019-05-09 04:58:34 +00:00
Baek JeongHun 71801dde36
Update README.md 2019-05-09 12:31:37 +09:00
Baek JeongHun 19605e07fa dataset filtering update 2019-05-09 03:30:52 +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