colab使用笔记
初识-CV
梦想总是和我擦肩而过。
展开
-
谷歌COLAB使用记录02
查看GPU、CPU情况查看GPU是否在colab中:import tensorflow as tftf.test.gpu_device_name()如果结果为空,则不能使用GPU,如果结果为/device:GPU:0使用!/opt/bin/nvidia-smi查看显存情况查看显卡内存使用上限:from tensorflow.python.client import device_...原创 2019-05-08 17:35:30 · 1184 阅读 · 0 评论 -
谷歌COLAB使用记录: 链接到谷歌云盘文件夹
链接到谷歌云盘文件夹第一步:# 显示:Please enter the verification code: Access token retrieved correctly成功!apt-get install -y -qq software-properties-common python-software-properties module-init-tools!add-apt-rep...原创 2019-05-07 22:47:29 · 1966 阅读 · 0 评论 -
比Jupyter还好用的Google数据分析神器Colab,免费GPU跑你的深度学习代码。
为什么要使用Colab使用过Jupyter(参看《「极客时间」带来的社区价值思考》章节:社区交流的基建设施)的朋友,一定会醉心于它干净简洁的设计,以及在“摆脱Python命令行运行”上提供的优质服务。某种意义上讲,Jupyter的简洁设计,非常适合于初学编程的朋友。因为从整体看,整个Jupyter所提供的界面像是学生时代老师提供的PPT演讲大纲。而唯一不同的是,在Jupyter里面,那些作为示例...原创 2019-05-07 21:13:04 · 1589 阅读 · 0 评论 -
在 Colab上使用Tensorboard
TensorBoard在Colab Google工作安装!pip install tensorboardcolab在Colab Google Jupyter中,为了自动安装并确保使用最新版本的TensorBoardColab,请在Jupyter单元的第一行添加“!pip install -U tensorboardcolab要求TensorflowTensorBoardnpm初...原创 2019-05-10 22:23:08 · 7108 阅读 · 6 评论