<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_44890226的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_44890226</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_44890226]]></copyright><item><title><![CDATA[[深度学习问题记录]ModuleNotFoundError: No module named ‘yaml‘]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/140639227</link><guid>https://blog.csdn.net/weixin_44890226/article/details/140639227</guid><author>weixin_44890226</author><pubDate>Tue, 23 Jul 2024 16:17:32 +0800</pubDate><description><![CDATA[pyyaml。]]></description><category></category></item><item><title><![CDATA[[深度学习问题记录] unsupported Microsoft Visual Studio version!]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/140637052</link><guid>https://blog.csdn.net/weixin_44890226/article/details/140637052</guid><author>weixin_44890226</author><pubDate>Tue, 23 Jul 2024 15:27:19 +0800</pubDate><description><![CDATA[CUDA版本需要与微软的C/C++编译器版本匹配。需在属性中给当前使用用户提供修改权限。找到cuda安装目录。]]></description><category></category></item><item><title><![CDATA[[深度学习问题记录]AttributeError: module ‘numpy‘ has no attribute ‘typeDict‘]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/140515995</link><guid>https://blog.csdn.net/weixin_44890226/article/details/140515995</guid><author>weixin_44890226</author><pubDate>Thu, 18 Jul 2024 11:27:21 +0800</pubDate><description><![CDATA[numpy版本过高。我的虚拟环境中numpy版本是1.24.3。而我复现的项目是2019年的，numpy版本要求较低。下载较低版本的numpy，如1.21。]]></description><category></category></item><item><title><![CDATA[[深度学习问题记录] UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the inde]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/137004124</link><guid>https://blog.csdn.net/weixin_44890226/article/details/137004124</guid><author>weixin_44890226</author><pubDate>Mon, 25 Mar 2024 09:50:59 +0800</pubDate><description><![CDATA[报错出现与pytorch的meshgrid函数有关，需显示传递" indexing "参数。点击上述问题相关虚拟环境下functional.py文件，根据提示找到504行。]]></description><category></category></item><item><title><![CDATA[[深度学习问题记录] UserWarning: No audio backend is available]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/137002688</link><guid>https://blog.csdn.net/weixin_44890226/article/details/137002688</guid><author>weixin_44890226</author><pubDate>Mon, 25 Mar 2024 09:34:47 +0800</pubDate><description><![CDATA[安装完成pytorch后，验证torchvision, torchaudio是否安装成功的方法为，import torchvision 或  import torchaudio，以此验证是否成功安装。如下图是在自己创建的虚拟环境Gaussiobject验证是否成功安装的过程。项目程序使用 torchaudio 保存文件，而 torchaudio 使用。安装的torchaudio库。模块，有可能缺少此模块。]]></description><category></category></item><item><title><![CDATA[Anaconda环境配置、安装库和.condarc文件设置]]></title><link>https://blog.csdn.net/weixin_44890226/article/details/132403140</link><guid>https://blog.csdn.net/weixin_44890226/article/details/132403140</guid><author>weixin_44890226</author><pubDate>Mon, 21 Aug 2023 10:31:15 +0800</pubDate><description><![CDATA[pip install 包名 http://pypi.douban.com/simple/ --trusted-host http://pypi.douban.com。conda remove -n 环境名 --all                                     #删除名为“环境名”的虚拟环境。conda create --prefix=安装路径\环境名 python=3.9  #指定 Python 版本与安装路径，创建虚拟环境。（1）base环境下操作。]]></description><category></category></item></channel></rss>