人工智能
文章平均质量分 52
玄子的世界
这个作者很懒,什么都没留下…
展开
-
yolov5笔记
yolov5笔记1、export.py是用来pt文件转换为onnx格式的https://zhuanlan.zhihu.com/p/1721213802、torch_utils.py是用来计算fps的(还没有验证)https://www.bilibili.com/video/BV1JR4y1g77H?p=9&spm_id_from=pageDriver原创 2022-03-15 19:21:50 · 2287 阅读 · 0 评论 -
tensorflow-gpu==2.0.0的安装
****一、tensorflow-gpu==2.0.0的安装我的版本我cudnn7.6.5 cudn10.0 python 3.6.5(感觉官网的有些匹配不一定对,因为这里cudnn需要为7.6.5)安装tensorflow的版本号链接https://tensorflow.google.cn/install/source_windowsYour GPU Compute Capability您的 GPU 计算能力https://developer.nvidia.com/cuda-gpusCU原创 2021-11-23 18:30:58 · 4760 阅读 · 1 评论 -
学校pytorch常见问题笔记
1、torch加载数据集:Dataset not found or corrupted. You can use download=True to download it改为:test_data = torchvision.datasets.CIFAR10("./dataset",train=False,transform=torchvision.transforms.ToTensor())test_data = torchvision.datasets.CIFAR10("./dataset",trai原创 2021-09-03 16:48:22 · 532 阅读 · 0 评论 -
深度学习笔记与数据集链接
1、训练自己的图像分类器的详细过程(XCEPTION,CIFAR10)https://www.freesion.com/article/4930284142/原创 2021-08-17 16:15:21 · 189 阅读 · 0 评论 -
学习神经网络tensorflow常见问题笔记
pip install tensorflow 警告: WARNING: You are using pip version 20.2.3; however, version 21.1.2 is available.You should consider upgrading via the ‘d:\lenovosoftstore\install\python1\python.exe -m pip install --upgrade pip’ command.easy_install -U pipp原创 2021-08-07 17:08:48 · 4210 阅读 · 1 评论