We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f5291 commit 839c0a2Copy full SHA for 839c0a2
DECIMER/config.py
@@ -381,4 +381,3 @@ def download_trained_weights(model_url: str, model_path: str, verbose=1):
381
# Delete zipfile after downloading
382
if Path(model_path).exists():
383
Path(model_path).unlink()
384
-
0 commit comments