I Try to traning like example from original post, but i meet error like:
augmentations.py:309: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
mode = random.choice(self.sample_options)
i use Pytorch 1.4.0 cuda 9.2 python 3.6 GPU NVDIA RTX2070super.
I Try to traning like example from original post, but i meet error like:
augmentations.py:309: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray mode = random.choice(self.sample_options)
i use Pytorch 1.4.0 cuda 9.2 python 3.6 GPU NVDIA RTX2070super.