discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to configure the TensorFlow environment so that it can be used o


From: Marcin Puchlik
Subject: Re: How to configure the TensorFlow environment so that it can be used on gnuradio?
Date: Wed, 24 Nov 2021 10:23:09 +0100

Hi,
To be able to use TensorFlow in GNU Radio you just have to install TensorFlow according to the following instruction: 
https://www.tensorflow.org/install/pip
Then just import the module and play with it.
Does it help?
BR,
Marcin


śr., 24 lis 2021 o 08:49 能书能言 <2127629883@qq.com> napisał(a):
Hello everyone,
I recently want to implement a Python version of the OOT module on GNURadio, so that it can run the TensorFlow framework, because my original code is written in Python, so I wonder if I can directly create a Python OOT module to make it work properly . But i have a problem.
My original code uses the environment configured by miniConda, but when I use GNURadio, TensorFlow does not exist in my environment, that is to say, "no module named tensorflow" will be displayed when I run the GRC flow graph. I should How to install TensorFlow framework in gnuradio? Do I need to reinstall GNURadio? (That's too bad) I don't know how to do it. Has anyone had a similar experience? Any information i would be very grateful!
Sincerely
linge93

reply via email to

[Prev in Thread] Current Thread [Next in Thread]