Open innerlee opened 3 years ago
Can we include support for Transfer Learning for KIE ? Like we load the pretrained KIE model or different UNET & Bi-LSTM and train the GLCN or just linear layer for node classification ?
@amitbcp Will a flag that can freeze unet parameters be good enough?
@innerlee , there are actually two use cases, we can prioritize accordingly :
I guess a Flag for each major component and each model block might be good. But just having a flag for each block would be great
Another request would be to integrate the model graphs with TensorBoard Logging in the config so that it becomes more intuitive to understand the model architecture. Currently the TensorBoardHook only supports Logging scalars
@amitbcp It's a cool idea but it might be better to request such a hook in MMCV's repo. My colleague @zhouzaida said they have this in their future plan.
ohh that's great @gaotongxiao ! S should I create a ticket there or is it fine as @zhouzaida already has it in the plan ?
@amitbcp It would be great to create a ticket there
Hi @gaotongxiao , can we include this in the upcoming release : https://github.com/open-mmlab/mmocr/issues/248
It will usher more research in the Document AI domain if users can explore the framework in better details
@amitbcp Sure, we have been working on it and will release it soon.
@innerlee @yuexy How can we convert KIE PyTorch model to ONNX?
This month (mid May - mid June), we will continue to improve the usage of the repo. More documentation and more demo will be added. Plus, we will continue the work left in last month.
@all