-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes #422 tf.keras model serialization Signed-off-by: Shah, Karan <[email protected]> * Update Tensorflow_MNIST example with simple CNN * Remove `layers.py`, declare model/opt/loss in notebook * Update shape blobs to MNIST 2D input shape Signed-off-by: Shah, Karan <[email protected]> * Clear notebook cell outputs Signed-off-by: Shah, Karan <[email protected]>
- Loading branch information
1 parent
b930fbb
commit dc63dcb
Showing
5 changed files
with
99 additions
and
83 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
openfl-tutorials/interactive_api/Tensorflow_MNIST/director/director_config.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
settings: | ||
listen_host: localhost | ||
listen_port: 50051 | ||
sample_shape: ['784'] | ||
sample_shape: ['28', '28', '1'] | ||
target_shape: ['1'] |
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
27 changes: 0 additions & 27 deletions
27
openfl-tutorials/interactive_api/Tensorflow_MNIST/workspace/layers.py
This file was deleted.
Oops, something went wrong.
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