Skip to content
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

Input data size #4

Open
jinsu35 opened this issue Aug 11, 2021 · 0 comments
Open

Input data size #4

jinsu35 opened this issue Aug 11, 2021 · 0 comments

Comments

@jinsu35
Copy link

jinsu35 commented Aug 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant