Pytorch 模型参数保存 + 如何查看模型参数
摘要:
每次机器模型训练完成后,都直接退出了。 没有仔细的研究模型中各个参数到底是怎么样的 直到前几天看到大神将10层CNN每一步都展示出来的Github, 惊为天人那https://poloclub.github.io/cnn-explainer/ 于是我也想看看,首先就是将模型中的参数保存下来 pyto 阅读全文
posted @ 2020-05-08 16:00 viki650 阅读(6379) 评论(0) 推荐(0) 编辑