-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save output schema of model and add save method to
Encoder
(#886)
* Add save method to `Encoder` * Save output schema when calling `model.save` * Add parameters to save method docstring * Only replace inferred schema if it's not already defined * Remove properties and set is_ragged based on second dimension. * Use getattr to check for schema in BaseModel.fit Co-authored-by: rnyak <ronayak@hotmail.com>
- Loading branch information
1 parent
5e4d8a1
commit e08a72c
Showing
3 changed files
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters