Cannot convert a symbolic Tensor (Squeeze:0) to a numpy array (Squeeze:0)
tensorflow==2.6.2tensorflow-gpu==2.6.2python==3.6试了网上的numpy降低,没用,也试了改array_ops.py,没用原代码:defsave_result(img_,str_):result=Image.fromarray(np.uint8(np.clip(img_,0,255.0)))result.save(str_)更改后的代码:defsave