adonnini
adonnini
@lucyq I hope I am not bothering you. When do you think you could let me know about potential resolution for this problem? I am stuck waiting for its resolution....
@lucylq Please let me know if/when you will be able to spend time working on this issue so that I will stop bothering you and can plan accordingly. Please respond....
Btw, Copying ```program.fbs``` and ```scalar_type.fbs``` in ```exir/_serializer``` solved my problem. I know it's not a solution but it tells me that's it's probably not a big deal to resolve.
@dbort I follow the instructions in https://pytorch.org/executorch/stable/getting-started-setup.html (running ```./install_requirements.sh```) in the executorch directory. I have done this many times both installing the v0.1.0 and from the main branch. This was...
@dbort , sorry I misunderstood your question. Please find below the code I run to produce the lowered model, which is the code I executed when the problem occurred. Please...
I run the code from a directory which contains the ```executorch``` directory. It contains the Executorch repo (including exir) Does this answer your questions?
@metascroy, sorry for the delay in responding. I ran the code as you suggested. The ```No such file or directory``` error did not occur. Please let me know if I...
Hi Kimish, Should we use exir.capture or torch.export now that capture is deprecated? I am having trouble with exir.capture.to_edge when I run it using my model as arguments for capture...
Hi, I produced an exported model with torch.export. If I save it using torch.export.save can I use the model file for inference in my Android application? Put another way what...
Hi @kimishpatel thanks for the response. I did save the model exported with torch.export without any problems. And, I did read the examples and related tutorials (several times). Unfortunately, exir.capture...