miracleyoo / DPCNN-TextCNN-Pytorch-Inception

本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,后者效果略优。
142 stars 32 forks source link

非成员变量引起的保存失败 #2

Open cy69855522 opened 5 years ago

cy69855522 commented 5 years ago

谢谢分享这样优秀的代码~ 不过我在代码中发现了一些问题,inc_deep等代码中blocks所指向的子模型不是模型的成员变量,这样导致了模型参数保存不全。

miracleyoo commented 5 years ago

感谢您的反馈!我会尽快解决这个问题的!( ˃◡˂ /// )

在 2019年3月16日 下午10:25:27, ChenYu (notifications@github.com) 写到:

谢谢分享这样优秀的代码~ 不过我在代码中发现了一些问题,inc_deep等代码中blocks所指向的子模型不是模型的成员变量,这样导致了模型参数保存不全。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.