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 us


From: Vasil Velichkov
Subject: Re: 回复: How to configure the TensorFlow environment so that it can be used on gnuradio?
Date: Wed, 24 Nov 2021 16:20:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

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

GR_PYTHON_INSTALL(
    FILES
    __init__.py
    util_model.py 
    DESTINATION ${GR_PYTHON_DIR}/oot
)

Add in case you are using git for source control don't forget to add it to the 
repository.

git add python/util_model.py

Regards,
Vasil



reply via email to

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