Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting npy files to TFRecords files #4

Open
romass12 opened this issue Jan 25, 2023 · 2 comments
Open

Converting npy files to TFRecords files #4

romass12 opened this issue Jan 25, 2023 · 2 comments

Comments

@romass12
Copy link

romass12 commented Jan 25, 2023

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

@htxiao123
Copy link

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.

@htxiao123
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants