-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added examples for tensorflow types in Datatypes and IO section #1739
Added examples for tensorflow types in Datatypes and IO section #1739
Conversation
Signed-off-by: sumana sree <[email protected]>
@neverett similar question here around the failing monodocs test |
Signed-off-by: sumana sree <[email protected]>
Signed-off-by: sumana sree <[email protected]>
@davidmirror-ops this content wasn't moved, and it looks like the readthedocs test is passing, and other tests are awaiting approval. There may have been a transient failure due to the DocSearch API key not being available, which was fixed last Friday. |
Signed-off-by: sumana sree <[email protected]>
Signed-off-by: sumana sree <[email protected]>
@davidmirror-ops |
@sumana-2705 thanks for your perseverance. The single failing test points to the fact that the default base image used in the examples doesn't include |
Signed-off-by: sumana sree <[email protected]>
@neverett @davidmirror-ops |
I have added a
tensorflow_tpe.py
file in Data Types and IO section, explaining Tensorflow types supported by Flyte with their example usage and workflow.