pip國內(nèi)的一些鏡像 阿里云http://mirrors.aliyun.com/pypi/simple/ 中國科技大學(xué)https://pypi.mirrors.ustc.ed...
pip國內(nèi)的一些鏡像 阿里云http://mirrors.aliyun.com/pypi/simple/ 中國科技大學(xué)https://pypi.mirrors.ustc.ed...
1.獲取版本號 conda -V 2.環(huán)境 conda create --name your_env_name 輸入y確認創(chuàng)建。 創(chuàng)建制定python版本的環(huán)境 conda ...
1.查看安裝的內(nèi)核和位置 jupyter kernelspec list 2.移除該名字的kernel(假設(shè)叫做z1)或者不想要該kernel直接移除 jupyter ker...
NVIDIA的顯卡驅(qū)動程序和CUDA完全是兩個不同的概念哦! CUDA的本質(zhì)是一個工具包(ToolKit),CUDA是NVIDIA推出的用于自家GPU的并行計算框架,也就是說...
screen wav2letter/build/Train train --flagsfile wav2letter/tutorials/1-librispeech_clea...
nohup命令 nohup命令參考 nohup 命令 用途:不掛斷地運行命令。 語法:nohup Command [ Arg … ] [& ] 描述:nohup 命令運行由 ...
安裝相關(guān)包 $ sudo apt-get update# 先更新一下軟件源庫信息 $ sudo apt-get install apt-transport-https ca...
將Python3設(shè)置為默認 $ sudo update-alternatives --install /usr/bin/python python /usr/bin/pyth...
Build Requirements sudo apt install cmake cmake version 3.5.1 or late sudo apt-get upda...
主要應(yīng)用場景:在外面遠程操作家里的深度學(xué)習服務(wù)器,這里通過阿里云的公網(wǎng)云服務(wù)器搭建一個frp服務(wù),實現(xiàn)內(nèi)網(wǎng)穿透,從而可以直接通過遠程桌面和SSH實現(xiàn)對家里的服務(wù)器進行操作。 ...