microsoft / microsoft/foldingdiff
Submit training code error
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 568
- Forks
- 74
- Avg merge
- 20h 2m
- Merged PRs (30d)
- 1
Description
I'm sorry to bother you, but I ran pythonpython bin/train.py config_jsons/cath_full_angles_cosine.json --dryrun in foldingdiff_main The error is as follows:
from foldingdiff import datasets
ModuleNotFoundError: No module named 'foldingdiff'
Looking forward to your reply
Contributor guide
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.
Research direction
Start with bin/train.py and the command shown in the report, then inspect how the foldingdiff package is expected to be made importable when running from foldingdiff_main. Use config_jsons/cath_full_angles_cosine.json with --dryrun to verify the import error is resolved and the training entry point starts successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100