Re: 回复: How to configure the TensorFlow environment so that it can be used on gnuradio?

2021-11-25 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi, One workaround is to add the path of the "util_model.py" to the sys.path (PYTHONPATH environment variable), then python should find the file. Your warings are regarding doxygen. BR, Marcin czw., 25 lis 2021 o 08:22 能书能言 <2127629...@qq.com> napisał(a): > Hi > Thank you for your reply. I have

Re: 回复: How to configure the TensorFlow environment so that it can be used on gnuradio?

2021-11-24 Thread Vasil Velichkov
Hi linge93, On 24/11/2021 15.24, 能书能言 wrote: > I copied the "util_model.py" file directly to the /python directory > I now know that I can’t just put it under the gr_oot/python folder Open gr_oot/python/CMakeLists.txt and add util_model.py in the GR_PYTHON_INSTALL files, something similar to

回复: How to configure the TensorFlow environment so that it can be used on gnuradio?

2021-11-24 Thread 能书能言
Hi, Thank you very much for your kind reply. I have successfully installed TensorFlow according to the URL. My question is where is it installed? Because in addition to "import tensorflow as tf", my original Python file also includes "import util_model", where "util_model" is in another .py file