Skip to content

Fixed Windows support: Resolve DataLoader freezing and improved .gitignore#3

Open
milind899 wants to merge 2 commits intoepfml:mainfrom
milind899:fix/windows-support
Open

Fixed Windows support: Resolve DataLoader freezing and improved .gitignore#3
milind899 wants to merge 2 commits intoepfml:mainfrom
milind899:fix/windows-support

Conversation

@milind899
Copy link

This PR fixes a known issue on Windows where DataLoader with num_workers > 0 causes the training process to freeze/hang.

Changes:

  • Set num_workers=0 in Bart_baseline_finetuned.py for Windows compatibility.
  • Updated requirements.txt to latest compatible versions.
  • Updated .gitignore to exclude temporary build artifacts and debug logs.

- Fixed DataLoader freezing on Windows (num_workers=0)

- Added comprehensive README with installation, config, troubleshooting

- Cleaned up debug files and unnecessary dependencies

- Verified Python 3.10+ compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant