- 博客(7)
- 收藏
- 关注
原创 Win10系统Conda安装及vs code环境配置
Conda安装及vs code环境配置Conda安装去官网下载对应Anaconda安装包并安装测试是否安装成功:打开cmd,首先激活condaconda activate base其次输入python,若在history.py 82行报错,则将其改为for line in open(filename, 'r', encoding='utf-8'):此后不报错说明以安装成功vs code配置环境参考链接,为避免失效,此处重新摘录一遍。1.首先选择正确的python解释器,也可手动设置
2021-11-17 16:52:16 1698
原创 Pytorch训练的模型转.onnx、.pb、.h5、.tftile
Pytorch训练的模型转.onnx、.pb、.h5、.tftilePytorch训练的模型转.onnx、.pb、.h5、.tftilePytorch模型导入Pytorch模型转.onnx、.pb、.h5.h5文件转.tftile文件Pytorch训练的模型转.onnx、.pb、.h5、.tftile由于深度学习训练出后的参数往往是保存在指定的模型中的,这在使用时将不是那么方便,同时为了减小训练出的模型所占的内存空间,通常只保存了模型的参数,而未将整个网络一起保存,这样便直接导致了保存的模型无法直接转换
2021-10-25 11:19:10 10414 9
原创 python中列表位置传递问题解决
python在利用列表处理数据时,由于是位置传递,操作不当常常会导致元数据被改变,本博客则记录了解决该问题的几种方法。
2021-03-18 22:28:20 503
原创 pip install 安装失败,解决“failed building wheels” 问题
pip安装时报“failed building wheels” unable to execute ':/usr/local/cuda:/usr/local/cuda/bin/nvcc’问题解决方式在利用conda创建的虚拟环境中使用pip install某个包时,提示failed building wheels问题,问题描述如下: unable to execute ':/usr/local/cuda:/usr/local/cuda/bin/nvcc': No such file or direc
2020-10-22 02:59:24 11556
原创 from torch.utils.tensorboard import SummaryWriter导入错误
tensorboard版本问题在从Tensorboard中导入SummaryWriter模块时报错,为Tensorboard版本问题导致其不含有SummaryWriter模块,具体情况如下:from torch.utils.tensorboard import SummaryWriterImportError: TensorBoard logging requires TensorBoard with Python summary writer installed. This should be av
2020-08-03 17:35:56 10412 5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人