安文
Google Colab上傳檔案到雲端或是下載檔案到本機,要用到那一個套件?
5 天前 1 樓
顯示先前的回應13 則當中的 3 則
D11333007
上傳檔案到 Google Colab
使用 google.colab 模組中的 files.upload() 函數來上傳檔案。
下載檔案到本機
使用 google.colab 模組中的 files.download() 函數來下載檔案到你的本機。
5 天前 12 樓
D11333016
下載是files.download()
上傳是files.upload()
5 天前 13 樓
D11333022
上傳檔案到 Google Colab
使用 google.colab 模組中的 files.upload() 函數來上傳檔案。
下載檔案到本機
使用 google.colab 模組中的 files.download() 函數來下載檔案到你的本機。
5 天前 14 樓