PyInstaller是一款非常实用的Python第三方库,它能够将Python脚本打包成独立的可执行文件,使得程序在没有Python环境的计算机上也能够运行。接下来,本文将详细介绍PyInstaller的安装方法。 首先,我们需要确保已经…
Leave a Comment分类: Python
下载安装包:https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe 安装好之后尝试create一个新的env 我尝试执行 conda activate…
Leave a Comment下载安装包: 执行安装: 测试: 参考资料:https://deeplearning.lipingyang.org/2018/12/24/install-miniconda-on-centos-7-redhat-7/
Leave a Comment一言难尽 参考资料: https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/ocr/PP-OCR/cpu-gpu/python https://git…
Leave a Comment安装git-lfs 需要git版本高于1.8.3 Debian / Ubuntu MacOS (Using Homebrew) 克隆项目 在huggingface搜索你想要下载的模型,然后点击Files and versions: 然后右边…
Leave a Comment深度学习基础篇 深度学习进阶篇 深度学习应用篇 产业实践篇 强化学习篇 面试宝典 Next 参考资料: https://paddlepedia.readthedocs.io/en/latest/index.html
Leave a Comment解决方法: 首先确保你已经安装了Python的插件。 点击左下角齿轮设置 -> 搜索 “python.languageServer” ,出来 python.languageServer的设置项目,他现在可能是 Default,帮他改成 Je…
Leave a Comment最近尝试搭建code-server 然后安装了python和jupyter的依赖,发现一直卡在加载中 上面有个加载条一直在转,无法显示。 后面误打误撞发现,直接用ip端口的方式访问code-server会这样, 如果配置nginx加上ssl…
Leave a Comment我们拿到的A股历史趋势数据为: 想绘制一个历史变化的趋势图,简单使用python脚本来实现:
Leave a Comment