Lenard Röder

Results 2 comments of Lenard Röder

Hi, I worked with keras sequences and horovod before. You can simply define your base sequence and then inherit / create instances that adapt the `__getitem__` and `__len__` functions to...

The docs state > Retrieve the underlying Keras model by calling `keras_model.getModel()` I guess you can then just use model.save() or model.save_weights() defined in https://keras.io/api/models/model_saving_apis/