tensorflow / tensorflow/datasets

citrus_leaves, dataset not working

Open
#3,218 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
4.6k
Forks
1.6k
Avg merge
3h 54m
Merged PRs (30d)
1

Description

(train_ds, val_ds, test_ds), metadata = tfds.load(
'citrus_leaves',
split=['train[:80%]', 'train[80%:90%]', 'train[90%:]'],
with_info=True,
as_supervised=True
)
NonMatchingChecksumError: Artifact https://data.mendeley.com/datasets/3f83gxmv57/2/files/53398b67-6f0e-4a67-8384-e2b574b2ebf4/Citrus.zip, downloaded to /root/tensorflow_datasets/downloads/data.mend.com_data_3f83_2_file_5339-6f0e-4iYqD9qOtwvchSraf1DtLOTDd-g-auLIv-kMKGqn3wQU.zip.tmp.619a41d221f8438aad3cd1fb097a467f/Citrus.zip, has wrong checksum. This might indicate:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure with the shown tfds.load call and inspect the citrus_leaves dataset builder and its download metadata. Verify whether the referenced Citrus.zip has changed, then update the dataset's download information so preparation completes with a matching checksum.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.