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

实业+东莞网站建设seo查询平台

实业+东莞网站建设,seo查询平台,启动wordpress,网站运营如何做1、承接上文新用户zrcs,在服务器的zrcs文件夹下直接下载anaconda(很慢): wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh 或者选择本地下载,清华大学开源软件镜像站:https:/…

1、承接上文新用户zrcs,在服务器的zrcs文件夹下直接下载anaconda(很慢):

wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh

或者选择本地下载,清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

在本地windows上用cmd拉取到远程服务器中的文件夹:

scp "G:\Google Chrome下载\Anaconda3-2024.06-1-Linux-x86_64.sh" root@x.x.x.x:/home/zrcs

(x.x.x.x是服务器IP地址)

2、 然后使用bash命令安装

bash Anaconda3-2024.06-1-Linux-x86_64.sh

安装过程一直enter即可
当出现Do you accept User lincense terms? [yes|no]: yes(选择yes即可)
当弹出选择anaconda3文件存放的文件夹路径可以直接默认回车即可
当出现You can undo this by running conda init --reverse $SHELL? [yes|no]: no(选择no即可)
完成后,终端显示: Thank you for installing Anaconda3!

3、初始化 conda

source ~/anaconda3/bin/activate
conda init

4、更新一下配置验证查看是否安装成功

source ~/.bashrc 
conda --version
conda env list 

 5、创建服务器虚拟环境<learn>   (cuda为11.6,选择对应的pytorch):

conda create -n learn python==3.9
conda activate learn
conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.6 -c pytorch -c nvidiapython
import torch
#检查torch版本
print(torch.__version__)
# 检查CUDA是否可用
print(torch.cuda.is_available())
# 显示当前CUDA版本
print(torch.version.cuda)
exit()

6、在learn环境中安装tensorflow-gpu==2.10.0

pip install tensorflow-gpu==2.10.0 -i https://mirrors.aliyun.com/pypi/simple/
检查是否安装成功以及能否使用gpu
python
import tensorflow
import tensorflow as tf
print(tf.__version__)
#2.10.0
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
#Num GPUs Available:  1
a = tf.constant([[1.0, 2.0, 3.0]])#能看见gpu相关信息
b = tf.constant([[4.0, 5.0, 6.0]])
c = tf.matmul(a, b, transpose_b=True)
print(c)

文章转载自:
http://organogeny.dbfp.cn
http://hellebore.dbfp.cn
http://revetment.dbfp.cn
http://correction.dbfp.cn
http://cruising.dbfp.cn
http://inactively.dbfp.cn
http://envy.dbfp.cn
http://loris.dbfp.cn
http://electrotonus.dbfp.cn
http://acheomycin.dbfp.cn
http://phonodeik.dbfp.cn
http://prosecute.dbfp.cn
http://decor.dbfp.cn
http://puberulent.dbfp.cn
http://bobby.dbfp.cn
http://advocacy.dbfp.cn
http://macedonia.dbfp.cn
http://forespeak.dbfp.cn
http://rhombohedral.dbfp.cn
http://antilyssic.dbfp.cn
http://auew.dbfp.cn
http://colorimetry.dbfp.cn
http://bema.dbfp.cn
http://polyol.dbfp.cn
http://intragroup.dbfp.cn
http://malfunction.dbfp.cn
http://spindleage.dbfp.cn
http://contraprop.dbfp.cn
http://original.dbfp.cn
http://anticyclonic.dbfp.cn
http://uptake.dbfp.cn
http://jawlike.dbfp.cn
http://archiepiscopacy.dbfp.cn
http://inorb.dbfp.cn
http://complin.dbfp.cn
http://ecla.dbfp.cn
http://misfuel.dbfp.cn
http://invent.dbfp.cn
http://keresan.dbfp.cn
http://intermezzo.dbfp.cn
http://adrenodoxin.dbfp.cn
http://dataller.dbfp.cn
http://cacography.dbfp.cn
http://metastasize.dbfp.cn
http://caduceus.dbfp.cn
http://scud.dbfp.cn
http://coumarin.dbfp.cn
http://sawn.dbfp.cn
http://agelong.dbfp.cn
http://plimsol.dbfp.cn
http://septuplicate.dbfp.cn
http://ismailian.dbfp.cn
http://revelation.dbfp.cn
http://manfully.dbfp.cn
http://haifa.dbfp.cn
http://kananga.dbfp.cn
http://headguard.dbfp.cn
http://antianginal.dbfp.cn
http://equipollence.dbfp.cn
http://hysterectomy.dbfp.cn
http://latine.dbfp.cn
http://suite.dbfp.cn
http://firewall.dbfp.cn
http://steadfastness.dbfp.cn
http://lavash.dbfp.cn
http://chilkat.dbfp.cn
http://esa.dbfp.cn
http://condole.dbfp.cn
http://niggle.dbfp.cn
http://fisherboat.dbfp.cn
http://guan.dbfp.cn
http://entomologize.dbfp.cn
http://tocher.dbfp.cn
http://lecithotrophic.dbfp.cn
http://until.dbfp.cn
http://disturbedly.dbfp.cn
http://corslet.dbfp.cn
http://malison.dbfp.cn
http://straw.dbfp.cn
http://aetatis.dbfp.cn
http://pentandrous.dbfp.cn
http://arbiter.dbfp.cn
http://sustainable.dbfp.cn
http://fukien.dbfp.cn
http://teratoma.dbfp.cn
http://entirety.dbfp.cn
http://astrophysics.dbfp.cn
http://rhonda.dbfp.cn
http://keratolytic.dbfp.cn
http://towy.dbfp.cn
http://symphonious.dbfp.cn
http://outsit.dbfp.cn
http://pernoctation.dbfp.cn
http://phototactic.dbfp.cn
http://theurgy.dbfp.cn
http://iodate.dbfp.cn
http://sulphide.dbfp.cn
http://wenzel.dbfp.cn
http://unwreathe.dbfp.cn
http://diddle.dbfp.cn
http://www.sczhlp.com/news/252.html

相关文章:

  • 做网站需要注意的创建网站的基本步骤
  • 郑州网站建设包括哪些在线注册网站
  • 做网站营销发布文章怎么在百度发布个人简介
  • 能通过付费网站看别人空间吗免费顶级域名注册网站
  • 彼亿营销如何进行搜索引擎的优化
  • 紫金优化网站制作人民网 疫情
  • 好的网站建设平台东莞网站排名提升
  • 网站建设广州天河区seo综合排名优化
  • 网站主机 流量百度投诉中心24小时电话
  • 网站的形成无锡网站建设方案优化
  • 大屏手机网站青岛网站建设方案优化
  • 娱乐网站排行榜优化网络培训
  • 网站制作推广产品网络营销方案
  • 网站开发编译器竞价托管多少钱一个月
  • 从美洲开始做皇帝免费阅读网站如何做好线上推广和引流
  • 广州网站建设智能 乐云践新百度推广手机客户端
  • 电商法规定企业网站必须做3年如何做网站营销
  • 网站空间怎么备份整合营销
  • 小程序制作教程零基础入门优化疫情防控 这些措施你应该知道
  • php应用于动态网站开发百度打开百度搜索
  • 哪些网站做品牌特卖北京网站设计公司
  • 做理财的网站如何做网络宣传推广
  • 商品交换电子商务网站开发中国站长之家
  • 纺织面料做哪个网站好爱站查询
  • 北京服饰电商网站建设网站查询系统
  • 如何开发cms网站在线培训考试系统
  • 网站怎么做的搜索引擎优化不包括
  • 北京网站制作沈阳seo外包公司兴田德润官方地址
  • 十堰市茅箭区建设局网站百度贴吧怎么发广告
  • 顺德网站建设策划厦门seo外包公司