lucylq

Results 21 comments of lucylq

Hi @mroreo sorry for the late response - could you rebase the PR? I will track it and try to merge it. If the test failures are unrelated, we can...

Thanks for trying it out @AnamRasool-pixel. Is this the nn.Module that you are trying to export? https://github.com/grazder/DeepFilterNet/blob/1097015d53ced78fb234e7d7071a5dd4446e3952/torchDF/torch_df_streaming.py#L18 Could you also send us the export command you tried with?

Thanks for the clarification and error logs @AnamRasool-pixel. The nn.Module looks a bit complicated, it may require some rewriting to get it to export. From the logs, it looks like...

@AnamRasool-pixel, glad to hear you're making progress. Could you paste the error logs you're seeing now? As an aside, it looks like the code has calls to item(), tolist() and...

Hi @AnamRasool-pixel, I'm wondering if using a virtual env for executorch will resolve the read-only issue? From https://pytorch.org/executorch/stable/getting-started-setup.html ``` # Create and activate a conda environment named "executorch" conda create...

Hey @AnamRasool-pixel, thanks for your patience. @Gasoonjia, do you know any workarounds for this? Or maybe @SS-JIA for convolution?

Hey @AnamRasool-pixel, Thanks for your patience; to build executor_runner with extension module, you'll need a few more changes. Can you try this: https://github.com/pytorch/executorch/pull/4972/files This enables `EXECUTORCH_BUILD_EXTENSION_MODULE` and `EXECUTORCH_BUILD_EXTENSION_DATA_LOADER`, so extension_module...

Hi @AnamRasool-pixel, Sorry to hear you're running into all these issues, and thank you for being patient and continuing to try with ExecuTorch. It sounds like you are close; previously...

Hi @AnamRasool-pixel, not sure why we're seeing a double registration here. Can you provide a PR containing your code changes with repro instructions?

Hi @AnamRasool-pixel, sorry for the delay, just returned from leave. Are you still seeing this issue? I have a suspicion that it's due to `executorch_no_prim_ops` being included twice and causing...