Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions decimer_segmentation/decimer_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ def progress_hook(block_num, block_size, total_size):
flush=True,
)

logger.info(f"Downloading model weights from Zenodo...")
print("Downloading model weights from Zenodo...")
urllib.request.urlretrieve(MODEL_DOWNLOAD_URL, model_path, reporthook=progress_hook)
print()
logger.info("Download complete!")
print("Download complete!")


def segment_chemical_structures_from_file(
Expand Down
Loading