Skip to content

Commit db9cb2c

Browse files
authored
Update README.md
1 parent 4c8fffe commit db9cb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd .. #Back to the upper folder. You are at \home\user again.
4444
We do not suggest using Windows considering lower GPU usage and unexpected errors.
4545
If you still want to use Windows, you should keep two points in mind.
4646
- 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.
4848
- 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).
4949

5050
Please also refer to https://github.com/layumi/Person_reID_baseline_pytorch/issues/34

0 commit comments

Comments
 (0)