We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d5f1d commit c77a5a8Copy full SHA for c77a5a8
1 file changed
utils/__init__.py
@@ -19,7 +19,7 @@ def notebook_init(verbose=True):
19
from IPython import display # to display images and clear console output
20
21
if is_colab():
22
- 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
23
24
if verbose:
25
# System info
0 commit comments