-
Notifications
You must be signed in to change notification settings - Fork 22
Input data size #4
Copy link
Copy link
Open
Description
Hi,
I'm trying to convert your model to coreml model using the following code.
example_input = torch.rand(128, 40, 3)
traced_model = torch.jit.trace(model, example_input)
I keep getting errors about the size of example input being wrong. Can you correct me on this?
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels