-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Labels
type:featureNew feature or requestNew feature or request
Description
We have a new "best practice" format for weight saving. We should re-upload all our existing checkpoints in this format.
Steps:
- Load a backbone with
from_preset. - Save in the new format weights by calling
backbone.save_weights("model.weights.h5"). - On our gcp bucket. Make a new
v2directorykeras_nlp/models/preset/xx_id/v2. - Copy the new weights over along with all other preprocessing assets.
- Update our
xx_preset.pyfile to point to the new assets.
Make sure not to delete of overwrite anything currently in the bucket! This should be non-destructive.
This will need to be handled by someone on the Keras team directly, as it requires write access to GCP storage.
innat
Metadata
Metadata
Assignees
Labels
type:featureNew feature or requestNew feature or request
Type
Projects
Status
Done