Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Image processing using CNN

$
0
0

x_train_n =
x_train_down =

encoded_imgs = encoder.predict(x_train_down)
encoded_imgs.shape
sr1 = np.clip(autoencoder.predict(x_train_down) , 0.0 ,1.0)
image_index =251

Error :: ValueError: Failed to find data adapter that can handle input: <class ‘NoneType’>, <class ‘NoneType’>

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles