随笔分类 -  机器学习

摘要:题目翻译 Problem A: There are many types of bicycle road races including a criterium, a team time trial, and an individual time trial. A rider’s chance of 阅读全文
posted @ 2022-02-18 08:27 攻城狮小Liu 阅读(771) 评论(0) 推荐(0)
摘要:>>> result = reader.readtext('2.png')Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\xuyic\Anaconda3\envs\pytorc 阅读全文
posted @ 2022-01-17 22:14 攻城狮小Liu 阅读(1973) 评论(0) 推荐(0)
摘要:血的教训:Python 一定要选 3.6 或者 3.7 太早的Python Miniconda支持有问题太晚的Python版本Tensorflow或者Pytorch不支持 Python: conda create -n pytorch python=3.7 Jupyter: pip install 阅读全文
posted @ 2022-01-17 11:28 攻城狮小Liu 阅读(68) 评论(0) 推荐(0)
摘要:conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch 可以正常安装完成,但是import torchvision出错: C:\Users\xuyic\anaconda3\envs\pytorch\lib\si 阅读全文
posted @ 2021-12-30 23:49 攻城狮小Liu 阅读(4027) 评论(0) 推荐(0)
摘要:管理员权限打开powershell或者cmd: conda init powershell 接着,powershell默认不加载配置文件 修改策略代码: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned 阅读全文
posted @ 2021-12-07 19:01 攻城狮小Liu 阅读(340) 评论(0) 推荐(0)
摘要:UCI 加州大学欧文分校 archive.ics.uci.edu/ml/index.php GoogleTrends 谷歌趋势 googletrends.github.io/data Kaggle 知名竞赛 www.kaggle.com/ Imagenet 图像领域数据集 mhylpt.com MN 阅读全文
posted @ 2021-11-24 09:43 攻城狮小Liu 阅读(84) 评论(0) 推荐(0)