python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Any idea of to solve the version problem of PyTorch model on android device? The model version must be between 3 and 5But the model version is 7
I am getting the following error while running a PyTorch model on android model?
Lite Interpreter verson number does not match. The model version must be between 3 and 5But the model version is 7 ()
...

Celik
Votes: 0
Answers: 2
Why did I get 'AssertionError: did not find fuser method for:' error while doing static quantization for a PyTorch model
I am getting the following error while I am trying to apply static quantization on a model. The error is in the fuse part of the code: torch.quantization.fuse_modules(model, modules_to_fuse):
model = ...

Celik
Votes: 0
Answers: 1