TingsongYu / TingsongYu/PyTorch_Tutorial

计算相对路径的问题

Open
#58 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.