DeepDetect v0.9.6 - BERT Pytorch + TensorRT 7 OSS + new OCR models
Features & updates
- BERT + GPT2 training / finetuning / inference with Torch C++ API #673
- TensorRT 5, 6 & 7 OSS #683
- lr dropout #668 as an implementation of https://arxiv.org/abs/1912.00144 (also see jolibrain/caffe#58)
- confidence on OCR/CTC output prediction #694
- support for logger inside
chain
actions #693 - added support for OCR models (CRNN) Squeeze-Excitation ResNet-50 and ResNeXt-50 #685
API changes
Bug fixes