cuda範例在JetsonNano與ubuntu 18 Linux桌機的測試以及各類遠端實測。cuda核心的安裝已經比起兩年前的v 10.0版簡易許多https://youtu.be/FuBeWPWFfLk
herrDeng網內搜尋
自訂搜尋
Ads
2020年8月1日 星期六
2020年7月29日 星期三
Jetson Nano 跑jtop與裝 Jupyter notebook,之後就玩opencv+python3
IPython是一種基於Python的互動式直譯器。相較於Python Shell,IPython提供了更強大的編輯和互動功能。Jupyter 基本上是互動式web-based的IPython計算環境,非常適合python 用。稍微一用,感覺很棒,非常適合程式初學者。
先把舊版的nodejs, npm清掉,ubuntu庫裡的都太舊:
sudo apt remove --purge nodejs npm
接著看看有無curl,(如果裝libcurl就來玩C程式)沒有就要裝
sudo apt install curl
訂閱:
文章 (Atom)
熱門文章
-
明文=I'm student key=(2,15,8) 密文=?
-
C字串練習 字串 char word[]="You win!"; 輸出為: You win! You win You wi You w You You Yo Y 給進階使用者: gets () 是個危險的函式!
-
計算你的BMI
-
array ex 1, 2,3,7,8
-
請用C/C++ 程式計算 S=1*1+2*2+3*3+4*4+.....+20*20=?
-
replace(str1, str2,i) 程式碼
-
GCD(123456789,345634567)=?