-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
A: frameworksArea: ML Framework integrationArea: ML Framework integrationA: log_artifactArea: `live.log_artifact`Area: `live.log_artifact`feature requestp1-importantInclude in the next sprintInclude in the next sprint
Description
Once #378 is done, it would be nice to automatically use it under the hood in the frameworks where we currently support saving the model, i.e.:
To:
if self.model_file:
if self.save_weights_only:
self.model.save_weights(self.model_file)
else:
self.model.save(self.model_file)
self.live.log_artifact(self.model_file)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A: frameworksArea: ML Framework integrationArea: ML Framework integrationA: log_artifactArea: `live.log_artifact`Area: `live.log_artifact`feature requestp1-importantInclude in the next sprintInclude in the next sprint