pulp-dronet icon indicating copy to clipboard operation
pulp-dronet copied to clipboard

FileNotFoundError due to mismatched activation file names during DORY deployment

Open yeko31 opened this issue 8 months ago • 0 comments

Hi !

Thank you for the excellent tools and documentation.

I was following these steps to train the tiny-pulp-dronetv3 model and deploy that model on AI deck.

After completing the quantization process, when executing the dory commands, FileNotFoundError:.../.../input.txt was seen as the output of the terminal.

It seems that the txt files generated by qunatize.py in this line was naming the file as layer_1_activations.txt.. etc. This does not match the file naming expected by DORY (such as input.txt).

Could you please clarify: Whether the filenames need to be renamed in qunatize.py ?

Thank you for your time.

yeko31 avatar May 20 '25 08:05 yeko31