adonnini

Results 17 comments of adonnini

@Warchant thank very much for getting back to me about this. I will need more than 4kb per asset. But, that's OK. To start with I can certainly work with...

Thanks @Warchant Is this the best place to contact @mrZizik? I added issue #145 it sounds like @mrZizik would be the person to answer that question.. Thanks

Thank you very much for your response. My app, currently integrated with Bighchaindb blockchain, uses the blockchain as storage for AP location information and user location history and mobility profiles....

Hi, Did you ever resolve this problem? I am still running into it although sometimes transfer transactions do work. I cannot see a difference in the ones that work and...

@kirklandsign I cloned the main executorch branch and performed all the steps in https://pytorch.org/executorch/stable/getting-started-setup.html Everything seemed to work as expected. Here is the result of ```./install_requirements.sh``` ``` Successfully installed MarkupSafe-2.1.3...

@cccclai Forgive my ignorance. What do you mean exactly when you say: ```what does the graph look like after you run to_backend?``` ? Thanks

Here is my code: ``` pre_autograd_aten_dialect = capture_pre_autograd_graph(m, (enc_input, dec_input, dec_source_mask, dec_target_mask)) aten_dialect: ExportedProgram = export(pre_autograd_aten_dialect, (enc_input, dec_input, dec_source_mask, dec_target_mask), strict=False) edge_program: EdgeProgramManager = to_edge(aten_dialect) to_be_lowered_module = edge_program.exported_program() from executorch.exir.backend.backend_api...

@cccclai After looking at the code I use to produce the lowered module (is this what you were looking for?), what do you think? Is there anything I can do...

@cccclai Sorry to bug you again about this. Did you take a look at the code I use to produce the lowered model? What should I do next? Until this...

@cccclai I installed executorch from main branch and produced the lowered model. The size of the file was reduced by about half. Unfortunately, the outcome was the same (see below)....