标题: How to specify dump file? [打印本页] 作者: kaishi 时间: 2020-3-27 09:03 标题: How to specify dump file?
I enable verbose mode in RKNN(), but got the following complaint:
Verbose file path is invalid, debug info will not dump to file.
How do I provide the dump filename in RKNN()?
Thanks,
作者: jefferyzhang 时间: 2020-3-27 17:58
There are 2 perameters in RKNN() , verbose and verbose_file. (see rknn-toolkit user guide pdf)
This message just appeared when verbose_file is none.
If verbose_file is none, verbose messages only print to stdout.