当前位置:网站首页>Installation of Baidu flying paste deep learning framework tutorial in Anaconda
Installation of Baidu flying paste deep learning framework tutorial in Anaconda
2022-07-26 07:26:00 【May you smile】
1.Anaconda Create a new environment in , discharge Paddle frame .
Click to enter anaconda navigator,

After entering , spot create newly build , Environment name customization , Check python3.7

2. Enter the new environment , install Paddle frame , Re install the new numpy package and pandas package

sentence 1, Enter the new environment :activate feijiang( Name of the environment )
sentence 2, install Paddle frame :pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple
sentence 3, Unload the numpy package , Re install the new numpy package and pandas package :
pip uninstall numpy
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
sentence 4, Install other packages required for your project :
pip install **** -i https://pypi.tuna.tsinghua.edu.cn/simple
3.Jupyter Kernel configuration
①. Enter the target environment to download the package :pip install ipykernel ipython -i https://pypi.tuna.tsinghua.edu.cn/simple
②. Call the package and name it :ipython kernel install --user --name feijiang(feijiang It can be customized to other names )

4. Test for successful installation
In this environment , Input python, Enter by car python Interpreter
Enter the command : import paddle.fluid
Reenter command : paddle.fluid.install_check.run_check()
If appear Your Paddle Fluid is installed succesfully! Indicates that you have successfully installed .

5. matters needing attention , Actually, when the new framework is called by the project , There may be many strange error reports
①. I use the pychrm function jyputer notebook, Maybe some newly installed packages are indexed , Multiple restart pychrm Rerun the project
②. The wrong adjustment is just one principle , Which bag has a problem , Uninstall and reinstall the latest package ; Install which package you need .

边栏推荐
- How regular expressions write variables
- Apache DolphinScheduler&TiDB联合Meetup | 聚焦开源生态发展下的应用开发能力
- HCIP --- MPLS技术
- 【Keras入门日志(3)】Keras中的序贯(Sequential)模型与函数式(Functional)模型
- 又是一年开源之夏,1.2万项目奖金等你来拿!
- 6、组合数据类型
- Hcip--- BGP comprehensive experiment
- QT: modal, modeless, text box, button, single line input box
- 4. Data integrity
- Taishan Office Technology Lecture: how to calculate page blank (margin)
猜你喜欢

Hands on practice - teach you how to make an intelligent fish tank with STM32

NFT数字藏品开发:数字藏品与NFT的六大区别

Singles cup web WP
![[C language] do you really know printf? (printf is typically error prone, and collection is strongly recommended)](/img/59/cf43b7dd16c203b4f31c1591615955.jpg)
[C language] do you really know printf? (printf is typically error prone, and collection is strongly recommended)

NLP自然语言处理-机器学习和自然语言处理介绍(三)

Compose text and icon splicing to realize drawableleft or drawableright

NFT数字藏品系统开发:华为发布首款珍藏版数字藏品

从XSS Playload 学习浏览器解码

6. Backup and recovery of MySQL database

NFT数字藏品系统开发:激活数字文化遗产
随机推荐
Examples of financial tasks: real-time and offline approval of three scenarios and five optimizations of Apache dolphin scheduler in Xinwang bank
4、数据的完整性
6. Combined data type
NFT数字藏品开发:数字藏品与NFT的六大区别
dcn(deep cross network)三部曲
Comparison and difference between dependence and Association
如何对C盘进行扩容重新分区?
Compose text and icon splicing to realize drawableleft or drawableright
Apache dolphin scheduler version 3.0.0-beta-1 was released, and flinksql and Zeppelin task types were added
6、MySQL数据库的备份与恢复
Hcip - MPLS Technology
Countdown 2 days! Based on the cross development practice of Apache dolphin scheduler & tidb, you can greatly improve your efficiency from writing to scheduling
PG operation and maintenance -- logical backup and physical backup practice
Moonbeam orbiters program: provides a new way for collectors to participate in moonbeam and Moonriver
NFT digital collection development: digital art collection enabling public welfare platform
This section is intended to supplement
【C语言】你真的了解printf吗?(printf典型易错,强烈建议收藏)
Compose canvas custom circular progress bar
Unity3d-异步加载场景、进度条加载
MySQL安装教程-手把手教你安装