TingsongYu / TingsongYu/PyTorch_Tutorial
计算相对路径的问题
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
pro_dir = os.getcwd()
train_txt_path = os.path.join(pro_dir, "Data", "train.txt")
这样更方便
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.
Research direction
Start by locating the code that builds the Data/train.txt path and inspect how the training script is launched. Check the proposed os.getcwd-based path in the relevant usage context; done means the training data is found reliably from the documented project location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100