tensorflow / gnn

TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.
Apache License 2.0
1.36k stars 179 forks source link

Let `hparams_vizier.add_params_mt_albis()` use `max_no_inf`, not `max`. #835

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Let hparams_vizier.add_params_mt_albis() use max_no_inf, not max. They only differ for the case of zero incoming edges, in which case the "no inf" version returns all-zeros (like mean does).