You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to convert .npy files to tfrecords using tf.train.Feature(float_list=tf.train.FloatList(value=array))
But, on reading features and labels from these TFRecords, it says expected string but got float32
The text was updated successfully, but these errors were encountered:
I have tried to convert .npy files to tfrecords using tf.train.Feature(float_list=tf.train.FloatList(value=array)) But, on reading features and labels from these TFRecords, it says expected string but got float32
Hi. When I run the deep_learning, I get an error saying that the .tfrecords can't be found and I don't know what to do next. Are you running smoothly? I would be grateful if you could teach me.
I have tried to convert .npy files to tfrecords using tf.train.Feature(float_list=tf.train.FloatList(value=array)) But, on reading features and labels from these TFRecords, it says expected string but got float32
Hi. When I run the deep_learning, I get an error saying that the .tfrecords can't be found and I don't know what to do next. Are you running smoothly? I would be grateful if you could teach me.
And I didn't go through classical_ml, data_quality, dataset_preparation these steps, I was running the deep_learning directly, I don't know if that would work,looking forward to your reply.
I have tried to convert .npy files to tfrecords using
tf.train.Feature(float_list=tf.train.FloatList(value=array))
But, on reading features and labels from these TFRecords, it says expected string but got float32
The text was updated successfully, but these errors were encountered: