SpeakerProfiling icon indicating copy to clipboard operation
SpeakerProfiling copied to clipboard

Input data size

Open jinsu35 opened this issue 4 years ago • 0 comments

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

jinsu35 avatar Aug 11 '21 21:08 jinsu35