Keras_HED_with_model
Keras_HED_with_model copied to clipboard
class DataParser() has a problem
TypeError: 'range' object does not support item assignment need changed to self.all_ids = np.arange(self.n_samples)#range(self.n_samples)
self.all_ids = list(range(self.n_samples))