标签: kaggle
共找到 6 篇相关文章
文章预览
我们知道kaggle是一个提供智能学习的平台,很多时候我们都是在他上面使用他的Gpu做些模型训练,不过发现kaggle提供的公开数据每个可以到20G,真的很不错。如果有数据集类的可以放在上面共享,毕竟上了G的数据要是放在阿里云oss或者亚马逊s3都需要消耗流量。
对了还有个非常不错的
文章预览
在colab平台上使用kaggle家数据集资源 !pip install kaggle ``` -*- coding: utf-8 -*- ===================== """kaggle数据集加载.ipynb Automatically generated by Colaboratory. Original file…
文章预览
kaggle中的常规操作 ============ Git操作 ----- ### 下载带有验证的git代码 ``` !git clone https://napolr2008:[email protected]/terranorg/coo-lm/TtClassifier.git %cd TextClassifier #切换到检出…
文章预览
To use TensorBoard with Jupyter Notebook, you can use the `tensorboard` magic command in a notebook cell, which will start a TensorBoard instance and display it inline in the note…