#CNMKCU6FR I am trying to pass a tensorflow h5 model file between tasks but seems to have hit an issue. Is there any example for passing h5 files between tasks.
[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.
[adpz8w6l67zrzfglb9m9-n4-0] terminated with exit code (137). Reason [Error]. Message:
use python type that flyte support."}
{"asctime": "2022-09-06 083946,752", "name": "flytekit", "levelname": "WARNING", "message": "Unsupported Type <class 'keras.engine.training.Model'> found, Flyte will default to use PickleFile as the transport. Pickle can only be used to send objects between the exact same version of Python, and we strongly recommend to use python type that flyte support."}
Different versions of python message is also confusing since all of my tasks are present in the same container and follow the same versions.