You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am try to generate HLS code for Xilinx Vivado2019.2 and got below messages.
Did I do the correct command?
/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq$ python convert.py
sh: 1: nvidia-smi: not found
2023-05-16 00:09:06.932174: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Traceback (most recent call last):
File "/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq/convert.py", line 332, in
main(args)
File "~/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq/convert.py", line 46, in main
with open(args.config) as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'baseline.yml'
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
I am try to generate HLS code for Xilinx Vivado2019.2 and got below messages.
Did I do the correct command?
/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq$ python convert.py/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq/convert.py", line 332, insh: 1: nvidia-smi: not found
2023-05-16 00:09:06.932174: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Traceback (most recent call last):
File "
main(args)
File "~/hls4ml-venv/hls4ml-live-demo/webcam-ic-pynq/convert.py", line 46, in main
with open(args.config) as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'baseline.yml'
Thanks,
The text was updated successfully, but these errors were encountered: