When i run the main.py with self_supervised mode training
the following error occurs.
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3,) + inhomogeneous part.
When i run the main.py with self_supervised mode training
the following error occurs.
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3,) + inhomogeneous part.
def permutation(x, max_segments=5, seg_mode="random"): orig_steps = np.arange(x.shape[2])
how to solve it? Thanks