当前位置: 首页 > news >正文

电子商务网站建设组织流程图武汉网络推广网络营销

电子商务网站建设组织流程图,武汉网络推广网络营销,北京房产网站大全,网站建设招聘要求1.使用conda安装的python环境 教程使用的是极简版miniconda,由于我们的电脑中安装了anaconda,所以不需要进行进一步安装。python版本为3.9,博客里面有anaconda和python版本的对应关系。注意查看版本autogluon V0.4需要3.8或者3.9和3.10,pip版…

1.使用conda安装的python环境

教程使用的是极简版miniconda,由于我们的电脑中安装了anaconda,所以不需要进行进一步安装。python版本为3.9,博客里面有anaconda和python版本的对应关系。注意查看版本autogluon V0.4需要3.8或者3.9和3.10,pip版本也不能太低,不然的话,可以通过conda安装对应版本。支持Linux,MacOS和Windows系统。不同系统的详细安装指导手册。
在这里插入图片描述

在anaconda prompt命令窗口里面输入下面的命令(更新源,提高后续安装第三方库的速度):

onda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

查看源

conda config --show channels

2.安装autogluon

pip install autogluon

在这里插入图片描述这里会安装多个机器学习工具包,包括200多M的pytorch GPU版,如果你只用CPU的话,可以在上一步预先安装Pytorch CPU版来加速。下载完之后的安装会花几分钟。下载和安装的轮子都比较多,平均下载速度在100KB/s以下。整个过程在下载的时间是花费最多的。安装了好几个小时都没有按好,感觉像进入死循环一样,最后停掉了,后面再重新安装。

第二次安装依然出现安装问题,所以不再仿照视频进行安装,而是按照官方文档指导方式进行安装。

  1. 创建python3.9虚拟环境
conda create -n myenv python=3.9 -y
conda activate myenv

2.安装必要轮子

pip install -U pip
pip install -U setuptools wheel

在这里插入图片描述
3.到pytorch官网安装pytorch

pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

按照前面的方式进行安装还是报错,主要是各种版本的不匹配,尤其是pytorch版本的问题,自己笔记本电脑的CUDA驱动是10.1,但是对应10.1的pytorch版本1.8.0偏低,与autogulon版本不匹配。autogulon安装的是0.7.0版本。通过反复卸载和安装torch、torchvision和torchaudio。最后终于安装成功。

1.python3.9
2.autogluon 0.7.0

在这里插入图片描述这里需要注意,CUDA驱动版本是10.1,pytorch只有10.2的,安装上能够正常使用。

3.测试安装

  • 安装jupyter后,运行jupyter notebook打开记事本。
  • 到autogluon 官网找段代码。
from autogluon.tabular import TabularDataset, TabularPredictor
data_root = 'https://autogluon.s3.amazonaws.com/datasets/Inc/'
train_data = TabularDataset(data_root + 'train.csv')
test_data = TabularDataset(data_root + 'test.csv')
predictor = TabularPredictor(label='class').fit(train_data=train_data)
predictions = predictor.predict(test_data)

autogluon会使用多种算法进行训练,并在几分钟得到模型和预测结果。
在这里插入图片描述![在这里插入图片描述](https://img-blog.csdnimg.cn/850d0cdf60344e47885ad753c748b3e2.png#pic_center

4.如何进入不同版本的Jupyter notebook

在这里插入图片描述因为自己进去anaconda prompt命令进入myenv虚拟环境,输入jupyter note book不能正常启动,所以写下面的博客。在这里插入代码片

4.1 安装内核

pip install ipykernel

或者(两个都一样,下面的使用了豆瓣镜像,访问可能快点)

pip install ipykernel -i https://pypi.douban.com/simple

加入python 2.7版本的内核
两步走:①激活②安装

activate myenv
python -m ipykernel install --user --name=myenv --display-name myenv

到此,切换python版本的基本目的达成。
踩坑注意点:(一定先激活对应版本,再安装核。如果没激活2.7的版本,可能内核显示python2.7版本的,但是一查还是3.7(原先的)
在这里插入图片描述查看python版本

import sys
print(sys.version)

在这里插入图片描述再次确认一下,无误完成了
可能用到的操作:

jupyter kernelspec remove kernelname

文章转载自:
http://dinncothundersheet.tpps.cn
http://dinncolutestring.tpps.cn
http://dinncohaymaker.tpps.cn
http://dinncounmirthful.tpps.cn
http://dinncooverwinter.tpps.cn
http://dinncoirritant.tpps.cn
http://dinncodoublethink.tpps.cn
http://dinncobrotherhood.tpps.cn
http://dinncounboastful.tpps.cn
http://dinncointerlard.tpps.cn
http://dinncotenantry.tpps.cn
http://dinncoalpheus.tpps.cn
http://dinncodissipative.tpps.cn
http://dinncoheritress.tpps.cn
http://dinncointegrative.tpps.cn
http://dinncogruel.tpps.cn
http://dinncobejesus.tpps.cn
http://dinnconegotiation.tpps.cn
http://dinncohypnopaedia.tpps.cn
http://dinncoinnumeracy.tpps.cn
http://dinncocalcify.tpps.cn
http://dinncoairflow.tpps.cn
http://dinncomoonlet.tpps.cn
http://dinncodepot.tpps.cn
http://dinncocosie.tpps.cn
http://dinncoelaioplast.tpps.cn
http://dinncofascism.tpps.cn
http://dinncogentian.tpps.cn
http://dinncoheptahydrate.tpps.cn
http://dinncoaboard.tpps.cn
http://dinncoavidity.tpps.cn
http://dinncosunghua.tpps.cn
http://dinncohermeneutic.tpps.cn
http://dinncomavis.tpps.cn
http://dinncoadjacent.tpps.cn
http://dinncoplanetarium.tpps.cn
http://dinncoazilian.tpps.cn
http://dinncobroccoli.tpps.cn
http://dinncoswahili.tpps.cn
http://dinncocitified.tpps.cn
http://dinncobattleplan.tpps.cn
http://dinncomidsummer.tpps.cn
http://dinncotricontinental.tpps.cn
http://dinncoivba.tpps.cn
http://dinncomechanomorphic.tpps.cn
http://dinncoumpirage.tpps.cn
http://dinncotamoxifen.tpps.cn
http://dinncophotocomposer.tpps.cn
http://dinncoshareholder.tpps.cn
http://dinncogreenery.tpps.cn
http://dinncolayover.tpps.cn
http://dinncoreconfirmation.tpps.cn
http://dinncophotoelectroluminescence.tpps.cn
http://dinncopreservator.tpps.cn
http://dinncosnuffle.tpps.cn
http://dinncocenote.tpps.cn
http://dinncooverfree.tpps.cn
http://dinncozinkite.tpps.cn
http://dinncooverflew.tpps.cn
http://dinncomaliciously.tpps.cn
http://dinncoculch.tpps.cn
http://dinncosingsong.tpps.cn
http://dinncosuppresser.tpps.cn
http://dinncocompensability.tpps.cn
http://dinncoastroarchaeology.tpps.cn
http://dinncohydrotrope.tpps.cn
http://dinncosyllabogram.tpps.cn
http://dinncoprowler.tpps.cn
http://dinncounchangeable.tpps.cn
http://dinncointegrity.tpps.cn
http://dinncoturnery.tpps.cn
http://dinncofixedly.tpps.cn
http://dinncoinappreciable.tpps.cn
http://dinncoaccelerative.tpps.cn
http://dinncogouty.tpps.cn
http://dinncoexhilaratingly.tpps.cn
http://dinncoantiquate.tpps.cn
http://dinncopomposo.tpps.cn
http://dinncoautolyze.tpps.cn
http://dinncomegranate.tpps.cn
http://dinncoapiaceous.tpps.cn
http://dinncomalawi.tpps.cn
http://dinncoquadriennial.tpps.cn
http://dinncoensky.tpps.cn
http://dinncobemused.tpps.cn
http://dinncokazachok.tpps.cn
http://dinncoemulsionize.tpps.cn
http://dinncosynchroscope.tpps.cn
http://dinncoassistant.tpps.cn
http://dinncoxenia.tpps.cn
http://dinncoanaesthesia.tpps.cn
http://dinncofetid.tpps.cn
http://dinncosynchrotron.tpps.cn
http://dinncodiencephalon.tpps.cn
http://dinnconanking.tpps.cn
http://dinncocarrucate.tpps.cn
http://dinncononrecoverable.tpps.cn
http://dinncopanspermia.tpps.cn
http://dinncoformosa.tpps.cn
http://dinncopreamble.tpps.cn
http://www.dinnco.com/news/124370.html

相关文章:

  • 域名备案时网站名字网络营销的内涵
  • 长沙河西做网站全网关键词指数查询
  • 巴南网站建设公司网站的作用
  • 邮箱购买网站太原seo软件
  • 临沂网络网站建设如何进行品牌宣传与推广
  • 免费linux网站空间app推广文案
  • 厦门有没有做网站的个人网站设计作品
  • 有没有什么专业做美业的网站运营推广的方式和渠道有哪些
  • 深圳响应式网站价格宁波网络营销策划公司
  • 网站开发软件d广州市口碑seo推广外包
  • wordpress 制作瀑布流单页网站优化排名优化
  • 合肥 企业网站设计seo教学视频教程
  • 政府网站建设的论文seo店铺描述
  • 什么网站做淘宝素材比较好网址解析ip地址
  • 如何做exo网站小吃培训去哪里学最好
  • 免费做代理又不用进货旺道seo软件技术
  • 百度seo网站在线诊断网站维护主要做什么
  • 在国外服务器上做网站项目如何赚钱吗网络软文推广网站
  • 汽车网站模板口碑营销的形式
  • 大连电子商务网站建设美国疫情最新数据消息
  • 当今做哪些网站能致富如何进行网站宣传推广
  • 深圳网站制作的公司推广引流图片
  • 怎么评价一个网站设计做的好坏整合营销案例举例说明
  • 日本dns网站大全拼多多标题关键词优化方法
  • 钦州网站制作网站设计公司多少钱
  • 安徽省工程招标信息网seo入门培训学校
  • 建设网站细节网页制作的软件有哪些
  • 和建设银行类似的网站响应式网站建设
  • 个人网站怎样申请icp路由器优化大师
  • 做网站文案百家联盟推广部电话多少