rstudio / tensorflow.rstudio.com

https://tensorflow.rstudio.com
9 stars 12 forks source link

Should `load_model_weights()` return the status? #8

Open dfalbel opened 2 years ago

dfalbel commented 2 years ago

Like what keras.model.Model.load_weights: https://keras.io/api/models/model_saving_apis/#loadweights-method

https://github.com/t-kalinowski/tf-site/blob/e4234035fe816d66ba79a993bfcd9265683d2ffb/guides/keras/serialization_and_saving.qmd#L673

compared to:

https://github.com/t-kalinowski/tf-site/blob/e4234035fe816d66ba79a993bfcd9265683d2ffb/guides/keras/serialization_and_saving.py#L701-L706