forked from kedro-org/kedro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable
TensorFlowModelDataset
to overwrite existing model, and add …
…support for `tf.device` (kedro-org#1915) * Fix issue with save operation. Add gpu option Signed-off-by: William Caicedo <williamc@movio.co> * Add tests Signed-off-by: William Caicedo <williamc@movio.co> * Update RELEASE.md Signed-off-by: William Caicedo <williamc@movio.co> * Update test description Signed-off-by: William Caicedo <williamc@movio.co> * Remove double slash and overwrite flag in fsspec.put method invocation Signed-off-by: William Caicedo <williamc@movio.co> * Allow to explicitly set device name Signed-off-by: William Caicedo <williamc@movio.co> * Update RELEASE.md Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: William Caicedo <williamc@movio.co> * Update docs Signed-off-by: William Caicedo <williamc@movio.co> Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu> Signed-off-by: Minh Le <m.le@elsevier.com>
- Loading branch information
Showing
4 changed files
with
68 additions
and
6 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
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