python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
TensorFlow "TypeError: Target data is missing" though dataset with 2 dimension tuple was supplied
I'm trying to use a generator- based data set:
def gen():
return zip(samples,feature)
ds = tf.data.Dataset.from_generator(gen,output_types=tf.dtypes.float32)
model.fit(ds,
epochs=150,
...
material bug
Votes: 0
Answers: 1
Plop doesnt generate my component because replace is undefined
I struggle with this problem and I don't know why the cmd say that replace is undefined.
I researched a bit but couldn't find any reason why the script should fail. I console.log the whole flow of the...
Knome1936
Votes: 0
Answers: 1
AttributeError: 'generator' object has no attribute 'isdigit'
I'm trying to go through this file that I've created and only extract the ages of the people in the file. then take the average of the ages and print it out. I'm trying to iterate through the lines in...
Ruben Lozano
Votes: 0
Answers: 1
Why am I getting a "Name error" for a variable that was defined beforehand?
Not sure why I am getting a name error for variable c15k when c15k is defined beforehand. I have tried putting the entire code in a "try except" statement without success. The goal is to run...
hector.h2913
Votes: 0
Answers: 1