Open aidscooler opened 2 weeks ago
Hi there 👋 you have a typo: it should be progress_callback
(not proCess)
Hi there 👋 you have a typo: it should be
progress_callback
(not proCess)
You are right,Thanks!!! What's there in the argument progress? It shows [object object] in the console.How do I know the details of progress?
We also provide information like total number of bytes, so progress
is not a single number. Feel free to console.log
it to see the available fields. :)
Question
Because the .onnx file is large(about 170M),I decided to provide a loading progress. Code as below:
I found the process_callback never been called. Can anyone help?