Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MacOS/Windows support #13

Open
wants to merge 6 commits into
base: mlp2023-24/coursework2
Choose a base branch
from

Conversation

Trenza1ore
Copy link

@Trenza1ore Trenza1ore commented Nov 26, 2023

  • Fixed issue with PyTorch DataLoader's default setting on MacOS
  • Fixed issue with PyTorch DataLoader's default setting on Windows
  • Added support for GPU Acceleration with MPS back-end (MacOS specific)
  • Added sh-script equivalents for Windows (fixed Windows-specific issue with quotation marks)
  • Fixed an issue with Windows file path format in Plot_Results.ipynb
  • Tuned number of DataLoader workers for optimum performance on Windows (Windows doesn't support fork, only spawn, therefore the spawning cost must be outweighed by performance gain for bypassing GIL for multiprocessing to be reasonable)

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.

None yet

1 participant