Docker 詳細指令操作教學 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 2月 05, 2018 中間可以插入你想放入的程式碼 中間可以插入你想放入的程式碼 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
[TechHack-1] 頭昏腦脹到什麼 FP16 / FP32 / FP64 ? 3月 27, 2017 由於正在著手Deep Leaning 專案需求,需要從了解如何建置DNN環境開始,所以被指派要著手弄清楚,收集了解 G eForce GPUs相關卡效能與資訊。 顯示卡規格中總是有出現FP 16/32/64 Performance,總是搞不清楚針對精確度的衡量。 回頭查閱相關資訊,好像是曾經計概接觸到的IEEE 754,都是二進位浮點算數標準的表示方式。 半精度浮點數 ( half-precision floating-point,FP16 ) 單精度浮點數 ( single precision floating point,FP32) 雙精度浮點數 ( double precision floating point,FP64 ) ▉ 總結 | 需要多收集關於GPU, Floating Point and IEEE 754 相關資訊。 資料來源 | https://goo.gl/tVqn4V 閱讀完整內容
[ubuntu] scp - Copy file from remote 8月 11, 2017 進行Server Copy檔案的時候,時常使用FTP client相關程式,但發現如果進行Server之間Copy的時候,可以使用這個指令「scp」。 前置作業 Install ssh # opanssh-client $ sudo apt-get install openssh-client #openssh-server $ sudo apt-get install openssh-server 將檔案傳輸方式 : 遠端 (Server) > 本機 (local) scp username@tohostname:/home/remotefile /FileName username@ password: #遠端密碼 本機 (local) > 遠端 (Server) scp / FileName username@tohostname:/home/remotefile username@ password: #遠端密碼 FileName : 預複製檔案名稱 username : 遠端使用者 /home/remotefile : 遠端伺服器檔案 如果要整個目錄複製 $ scp /Downloads/* 參考 | http://note.drx.tw/2008/03/ubuntuscp-part1.html http://ninitsai0206.blogspot.tw/2009/08/ubuntu-scp-command.html 閱讀完整內容
留言
張貼留言