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
I am getting the following error when trying to run the training script in Jupyter notebook python 3.11.3 File "mtrand.pyx", line 920, in numpy. random. mtrand. RandomState. choice ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
To Reproduce
Steps to reproduce the behavior (full command you are using).
Ran the following code : python train.py --config=yolact_edge_config
Expected behavior
This issue does not happen in python 3.10
Full logs
If applicable, add full logs to help explain your problem.
Environment:
OS: [e.g. Ubuntu 18.04]
GPU: [e.g. RTX 2080 Ti *4]
CUDA Version [e.g. 10.2]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am getting the following error when trying to run the training script in Jupyter notebook python 3.11.3
File "mtrand.pyx", line 920, in numpy. random. mtrand. RandomState. choice ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
To Reproduce
Steps to reproduce the behavior (full command you are using).
Ran the following code :
python train.py --config=yolact_edge_config
Expected behavior
This issue does not happen in python 3.10
Full logs
If applicable, add full logs to help explain your problem.
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: