Created
September 8, 2020 17:53
-
-
Save WashingtonGold/b995957241778d2bf4eb0f9bc238be27 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| model = keras.Model(inputs=[image_input, numerical_input, text_input], | |
| outputs=[outputs_1, outputs_2], name='complex model') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment