Unverified 提交 c77a5a84 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Absolute '/content/sample_data' (#5922)

上级 a3d5f1d3
......@@ -19,7 +19,7 @@ def notebook_init(verbose=True):
from IPython import display # to display images and clear console output
if is_colab():
shutil.rmtree('sample_data', ignore_errors=True) # remove colab /sample_data directory
shutil.rmtree('/content/sample_data', ignore_errors=True) # remove colab /sample_data directory
if verbose:
# System info
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论