A question about train
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 32/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- computer-vision, machine-learning
Research direction
Start by reading prepare_data.py and checking how it handles the data path and validation files. Reproduce the missing-file error, then verify whether ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat are generated where the shown loadmat calls expect them. Done means the preparation step produces those files and the validation loading code runs successfully.
Written by the indexing model from the issue text.
Description
Hello, when I try to run this code, an error occured:FileNotFoundError: [Errno 2] No such file or directory: 'data/sidd/ValidationNoisyBlocksSrgb.mat'. Then I find ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat are not generated afterI run prepare_data.py
val_data_dict = loadmat(os.path.join(path, 'ValidationNoisyBlocksSrgb.mat'))
val_data_noisy = val_data_dict['ValidationNoisyBlocksSrgb']
val_data_dict = loadmat(os.path.join(path,'ValidationGtBlocksSrgb.mat'))
val_data_gt = val_data_dict['ValidationGtBlocksSrgb']
- Dominant language
- Python
- Stars
- 156
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MegEngine/NBNet
-
Difficulty 4/5 3-5 days Newbie friendliness 15/100
-
about test data Open
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 1/5 Under an hour Newbie friendliness 15/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·