chibohe

Results 9 comments of chibohe

> hi, I trained the DAN model and got good performance , but when I predicted with pretrained model > there is a error : > `forward() missing 1 required...

> where is source code for DAN ? > did you reference here :https://github.com/Wang-Tianwei/Decoupled-attention-network > > you don‘t have this parameter [self.char_embeddings](https://github.com/Wang-Tianwei/Decoupled-attention-network/blob/b4d8b9e32531246dd74215bd0cde78bd8032c5e2/DAN.py#L180) in training, maybe I have to training again。。。...

Could you please repost a QR code, thx.

> RuntimeError: Error(s) in loading state_dict for DAN: > Missing key(s) in state_dict: "feature_extractor.conv1.weight", "feature_extractor.bn1.weight", " > > DAN设置如下: > TrainReader: > dataloader: dataset,BatchBalancedDataset > select_data: '/' > batch_ratio: '1.0'...

DAN目前还没实现inference的部分,我会尽快更新的,感谢关注。

> RuntimeError: Error(s) in loading state_dict for DAN: > Missing key(s) in state_dict: "feature_extractor.conv1.weight", "feature_extractor.bn1.weight", " > > DAN设置如下: > TrainReader: > dataloader: dataset,BatchBalancedDataset > select_data: '/' > batch_ratio: '1.0'...

> Thank you for your great work. > how to convert 'TPS-ResNet-BiLSTM-Attention' module into onnx format? Hi, have you successfully converted attention based models, thx.

> 暂时在英文数据集上实验,还没有实现效果。 > […](#) 了解,感谢回复

> Yes. Could you please release a conversion script