01-27-2021 03:08 AM
I am trying to test a signal processing model trained with Tensorflow using the Deep Learning from NI Vision Development Module 2018. I loaded the model with IMAQ DL Model Create function and now I want to use it with an array dataset with IMAQ DL Model Run, but I do not succeed to find the “Output Model Names” of the model required by the function. I tried to find it with model,input in Tensorflow, but the item it returns does not fit the Labview function. Can anybody help me? Thank you.
Solved! Go to Solution.
01-27-2021 06:17 AM
Firstly, you need to to freeze your model weights in .pb format as described here
To get the model input output names, run the following commands after you define the model:
01-28-2021 09:15 AM
great! It works! Thank you very much, BeeRio.
01-28-2021 11:06 PM
Glad it worked. You can mark that as solution.
Thanks.