wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
553 stars 191 forks source link

Fix bug & add non-distributed training #38

Closed tengerye closed 3 years ago

tengerye commented 3 years ago
  1. Fix the bug that the variable of DDP;
  2. Add non-distributed training.