Describe the bug
Traceback (most recent call last):
File "F:\yolact_edge-master\train.py", line 53, in
port = 2 ** 15 + 2 ** 14 + hash(os.getuid()) % 2 ** 14
AttributeError: module 'os' has no attribute 'getuid'. Did you mean: 'getpid'?
Environment:
- OS: Windows 10
- GPU: RTX2060super
- CUDA Version 11.8
- python 3.10
- pytorch 1.11.0