You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ cd .. #Back to the upper folder. You are at \home\user again.
44
44
We do not suggest using Windows considering lower GPU usage and unexpected errors.
45
45
If you still want to use Windows, you should keep two points in mind.
46
46
- Path: Ubuntu path is `\home\zzd\` but Windows path is `D://Downloads/` using `/` instead of `\`
47
-
- Multi-thread: Pytorch does not support multiple thread to read the data. Please set `num_workers=0` during trainning and test.
47
+
- Multi-thread: Pytorch (Windows Version) does not support multiple thread to read the data. Please set `num_workers=0` during trainning and test.
48
48
- No Triton or other error: Please remove the `torch.compile` in [this training line](https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/train.py#L512) and [this test line](https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/test.py#L167).
49
49
50
50
Please also refer to https://github.com/layumi/Person_reID_baseline_pytorch/issues/34
0 commit comments