keras-team/keras-tuner

Which distribution strategies are supported in keras_tuner?

Opened this issue · 1 comments

I see that the documentation state that tf.distribute.MirroredStrategy and tf.distribute.TPUStrategy are supported, while tf.distribute.MultiWorkerMirroredStrategy is not yet. Are any of the other strategies supported? Such as tf.distribute.CentralStorageStrategy or tf.distribute.ParameterServerStrategy?

did you try tpu strategy bro?
if yes please share the notebook as i am having problems in implementing tpu strategy