DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

Fix TypeError

Open vertexodessa opened this issue 3 years ago • 0 comments

File "/opt/digits/digits/extensions/data/imageSegmentation/data.py", line 225, in split_image_list random.shuffle(self.random_indices) File "/usr/lib/python3.8/random.py", line 307, in shuffle x[i], x[j] = x[j], x[i] TypeError: 'range' object does not support item assignment

vertexodessa avatar Jun 08 '22 10:06 vertexodessa