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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: