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 919b0e2 commit ebb29a6Copy full SHA for ebb29a6
clean.py
@@ -4,6 +4,5 @@
4
shutil.rmtree('feature_maps', ignore_errors=True)
5
shutil.rmtree('result', ignore_errors=True)
6
shutil.rmtree('runs', ignore_errors=True)
7
-shutil.rmtree('weights', ignore_errors=True)
8
shutil.rmtree('__pycache__', ignore_errors=True)
9
shutil.rmtree('models/__pycache__', ignore_errors=True)
0 commit comments