Replies: 1 comment
-
That's a good question. Tbh I have no idea since I never used PowerShell and wsl. (I am a macOS & Linux user.) Maybe one of them has multiprocessing limitations and the data loading is slower so that it becomes a bottleneck. But I am honestly just guessing here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(The following was also posted on Reddit. But I think I should ask experts here directly)
I ran the vgg16-cifar10 script in both PowerShell and wsl, consecutively,
However, the script ran in PowerShell spent three times longer to finish the training as compared to that ran in WSL, as shown in the images below.
script ran in powershell
script ran in WSL
My question:
Why the same training script ran faster in WSL than in PowerShell when both were accessing the same GPU?
My computer config:
OS: Windows 11 Pro for workstation
CPU: Intel(R) Xeon(R) Gold 5222 CPU @ 3.80GHz 3.79 GHz (2 processors)
RAM: 128 GB
Graphic card: NVIDIA Quadro RTX 4000 (8GB)
PowerShell: v7.3.6
WSL2: v1.2.5.0, with Ubuntu-22.04.2 LTS installed
Beta Was this translation helpful? Give feedback.
All reactions