Abhijeet

Results 4 comments of Abhijeet

If you provide in-depth tutorial containing `tf.keras.utils.Sequence` with `horovod` support it will be helpful. Toy example (https://gist.github.com/bzamecnik/dcc1d1a39f3e4fa7ac5733d80b79fa2d#file-keras_mnist_sequence-py) issue:#3432

This issue is related to Numpy package instead this `self.raw_input_data, np.array(self.processed_input_data), self.sub_threshold]` try `self.raw_input_data, np.array(self.processed_input_data, dtype=object), self.sub_threshold]`