Open jzymessi opened 1 year ago
+1
There are some updates?
Any update on this issue...I am also facing the same
Hi @jzymessi
Thanks for the reply.But for me it's still not working.XRT is throwing the error.
` vitis-ai-user@XXXX:/workspace/examples/vai_library/samples/classification$ sudo vaitrace ./test_jpeg_classification resnet50_pt sample_classification.jpg INFO:root:VART will run xmodel in [NORMAL] mode INFO:root:Executable file: /workspace/examples/vai_library/samples/classification/test_jpeg_classification Analyzing symbol tables... 207 / 207 81 / 81 6 / 6 45 / 45 3 / 3 terminate called after throwing an instance of 'std::runtime_error' what(): XILINX_XRT not set INFO:root:Generating VTF ERROR:root:Xmodel info raw data empty INFO:root:[vart_trace.csv]: Events number: 0
vitis-ai-user@XXXX:/workspace/examples/vai_library/samples/classification$ echo $XILINX_XRT /opt/xilinx/xrt`
Hi @jzymessi , Can you skip step3 and retry the vaitrace tool? Thanks!
@Dexter706 run follow: vaitrace --fine_grained ./test_jpeg_classification xcompiler_model/reset50_pt.xmodel sample_classification
Hi @Dexter706 , any update about this issue? Thanks!
sudo -E
I encountered the following problems when using vaitrace tool on VCK5000:
Here are my implementation steps: step1: add -v /sys/kernel/debug:/sys/kernel/debug --privileged=true \ in docker_run.sh step2: run docker step3: sudo bash but user is not root. step4: run vaitrace
How to solve the above problem? Thanks.