Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: TensorFlow CNN get error - DataType uint8 not in list
Post: RE: TensorFlow CNN get error - DataType uint8 not ...

(Nov-04-2019, 12:47 PM)vokoyo Wrote: Thank you but may I know where to (insert) put your code in the whole programming # Importing Libraries from matplotlib import pyplot as plt from tensorflow.ker...
xuanloc97 Data Science 3 6,445 Nov-09-2019, 04:03 AM
    Thread: TensorFlow CNN get error - DataType uint8 not in list
Post: RE: TensorFlow CNN get error - DataType uint8 not ...

def load_imgtest(path_to_img): # max_dim = 150 img = tf.io.read_file(path_to_img) img = tf.image.decode_image(img, channels=3) img = tf.image.convert_image_dtype(img, tf.float32) ...
xuanloc97 Data Science 3 6,445 Nov-03-2019, 05:30 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020