Problem with tensorflow_infer.py
grdsvt opened this issue · 2 comments
grdsvt commented
Hi, I tried to run tensorflow_infer.py downloaded from AIZOOtech but I dad problems with tensorflow_loader.py.
Did you change something in code?
I have tensorflow 2.1 version with Python 3.7.7.
I have not GPU
Can you help me?
Thanks
PureHing commented
tf2.x has no Session, You can use keras_infer.py
grdsvt commented
Hi,
thanks for your answer.