Hi, does Flyte support serializing `torch.ScriptMo...
# ask-the-community
g
Hi, does Flyte support serializing
torch.ScriptModule
? (as in/output of Task) Getting:
Copy code
Failed to convert outputs of task '{snip}.train_model' at position 0:
  Tried to serialize object __torch__.{snip} which does not have a __getstate__ method defined!
k
You will need to add a transformer For it
It will default to pickle