11 2021 档案

摘要:本文官方链接https://www.cnblogs.com/yanghailin/p/15603194.html,未经授权勿转载 理解 LSTM 网络 https://www.jianshu.com/p/9dc9f41f0b29 Understanding LSTM Networks https:/ 阅读全文
posted @ 2021-11-25 16:12 无左无右 阅读(147) 评论(0) 推荐(0) 编辑
摘要:caffe模型转pytorch LSTM 本文官方链接https://www.cnblogs.com/yanghailin/p/15599428.html,未经授权勿转载 先来个总结: 具体的可以看博客: https://www.cnblogs.com/yanghailin/p/15599428.h 阅读全文
posted @ 2021-11-24 18:09 无左无右 阅读(357) 评论(0) 推荐(0) 编辑
摘要:0.两个txt对比精度 import numpy as np name = "fc1x_a" path_pytorch_txt = "/data_1/everyday/1123/img_acc/libtorch_img.txt" path_caffe_txt = "/data_1/everyday/ 阅读全文
posted @ 2021-11-23 15:58 无左无右 阅读(51) 评论(0) 推荐(0) 编辑
摘要:python最开始这行加了 -*- coding: utf-8 并且print("你好"),是可以打印出来的。 chn_tab = ["啊","阿"] rec = "" for predict_label in pos: if predict_label != blank_label and pre 阅读全文
posted @ 2021-11-22 18:11 无左无右 阅读(377) 评论(0) 推荐(0) 编辑