Bug: need to specify hash_type='md5' in densenet_training_array.ipynb
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 1/5
- Thời gian dự kiến
- Dưới một giờ
- Mức phù hợp với người mới
- 92/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức độ hoạt động
- Sôi nổi
- Công nghệ
- jupyter-notebook
- Lĩnh vực
- machine-learning
Hướng nghiên cứu
Mở tutorials/3d_regression/densenet_training_array.ipynb và tìm lệnh gọi download_and_extract cho IXI-T1.tar. Truyền hash_type='md5' cùng với giá trị md5 hiện có, sau đó chạy notebook hoặc bước tải xuống của nó để xác nhận rằng việc kiểm tra hash thành công.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Bug
In the densenet_training_array.ipynb under tutorials/3d_regression, the notebook does not run as is. The wrong hash_type is used when download_and_extract is called.
Error
HashCheckError: sha256 hash check of downloaded file failed: url='https://developer.download.nvidia.com/assets/Clara/monai/tutorials/IXI-T1.tar', filepath=PosixPath('/tmp/tmpv5nnnrfy/ixi.tar'), expected sha256=34901a0593b41dd19c1a1f746eac2d58, The file may be corrupted or tampered with. Please retry the download or verify the source.
Fix
The call to download_and_extract(resource, tarfile_name, dataset_dir, md5) should be changed to download_and_extract(resource, tarfile_name, dataset_dir, md5, hash_type='md5') because it expects a 'sha256' by default which would be 64 characters (not 32).
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 2.5k
- Fork
- 803
- Merge trung bình
- 6 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 3
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của Project-MONAI/tutorials
-
Độ khó 1/5 1-3 giờ Mức phù hợp với người mới 76/100
Project-MONAI/tutorials#2069 ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
Project-MONAI/tutorials#1704 ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 62/100
Project-MONAI/tutorials#2071 ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 35/100
Project-MONAI/tutorials#2067 ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 38/100
Project-MONAI/tutorials#2060 ·
Tất cả issue của Project-MONAI/tutorials
Issue tương tự
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 82/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 76/100
vllm-project/vllm#57974 · 4 bình luận ·
-
Both DEO presets are unusable as shipped: normalization declared under kwargs instead of input Đang mởbug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 90/100
torchgeo/torchgeo-bench#400 · 1 bình luận ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100
huggingface/peft#3780 ·