Hadi Dbouk
                                            Hadi Dbouk
                                        
                                    @TobyRoseman So all the flexible input shapes solutions require have kind of limit to the shape input size, why do we need to have a limit? what kind of limitations...
Seems that there is a bug in the convert when I use flexible input shapes 🤔: ``` When both 'convert_to' and 'minimum_deployment_target' not specified, 'convert_to' is set to "mlprogram" and...
But that is what I am currently doing 🤔
@TobyRoseman Here is my full code (sorry the scripted_model is confusing) : ```python custom_model = MyCustomModel() custom_model.eval() audio_signal = torch.randn(1, 16000 * 100) audio_signal_len = torch.tensor([audio_signal.shape[1]]) scripted_model = torch.jit.trace( custom_model.forward,...
No, I am not getting the warning anymore. I was getting the warning when I was tracing the model saving it in a file then loading it again. I can...
Hello, Where you are using an additional parameter? Can you provide my an example, please?
This feature isn't available right now, but I will add it while refactoring the code.
I am really busy at the moment, i can't edit this library soon, i will be grateful if you fix these problems and send me PR.
I am really busy at the moment, i can't edit this library soon, i will be grateful if you fix these problems and send me PR.
Hello, Currently, there isn't any HTTP error object returned, but it can be passed whenever `showConnectionErrorLayout() ` method is being called. I will be grateful if you send me a...