deep learning
xll_bit
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【pytorch】loss 不下降记录
在使用pytorch进行训练的时候,loss一直维持在同一个很大的数附近震荡,很明显是模型有问题,经过了长时间的查找,才发现pytorch早已提示了错误,而自己忽略了。·/home/anaconda3/envs/M/lib/python3.6/site-packages/torch/nn/modules/loss.py:528: UserWarning: Using a target size (torch.Size([256])) that is different to the input siz原创 2022-04-01 20:05:20 · 4313 阅读 · 1 评论 -
【TensorFlow】 安装(red hat)
几种Linux平台的安装方式:Pip install: 可能会升级你之前安装过的Python包,对你机器上的Python程序造成影响。Anaconda install:把TensorFlow安装在Anaconda提供的环境中,不会影响其他Python程序。Installing from sources:把TensorFlow源码构建成一个pip wheel 文件,使用pip工具安装它。原创 2017-04-10 21:50:00 · 1186 阅读 · 0 评论 -
【ubuntu】安装tensorRT
**tensorRT官方安装文档TensorRT3-Installation-Guide-RC.pdf位于tensorRT下载页面**1,tensorRT下载,将tensorRT下载到想要安装的目录https://developer.nvidia.com/rdp/form/tensorrt3RC-download-survey注:tensorRT官方提供两种安装版本tar和deb安原创 2017-10-28 15:34:28 · 11920 阅读 · 19 评论
分享