We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the 9th cell "In[9]" in the file "face-enhancer.ipynb" at the 3rd line, np.asarray(y1), what is that y1 variable, shouldn't it be np.asarray(image)
np.asarray(y1)
y1
np.asarray(image)