Apply Importance sampling in Keras Tuner

Hi,

How can we apply Importance sampling in Keras tuner search?

Thanks for the help in advance.

Faraz

Hi @Faraz_Eftekhar

Welcome to the TensorFlow Forum!

Could you please provide some more details in this issue? Importance sampling is the feature provided by TF probability API. Keras Tuner itself doesn’t offer built-in support for importance sampling. Please have a look at the Keras Tuner doc. Thank you.