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

Error on dataset download #62

Open
meher-chinmaya opened this issue Apr 4, 2022 · 2 comments
Open

Error on dataset download #62

meher-chinmaya opened this issue Apr 4, 2022 · 2 comments

Comments

@meher-chinmaya
Copy link

I downloaded the ped2 data from the Baidu link which is in.rpm file format, then I converted the file into .tar.gz format and extracted it using the command tar -xvf ped1.tar.gz in the shell and the data is in .cpio format now.

Then I run the command to test on the save models. The code is running but I am getting output as:

test inputs = Tensor("dataset/strided_slice:0", shape=(1, 256, 256, 12), dtype=float32)
test prediction gt = Tensor("dataset/strided_slice_1:0", shape=(1, 256, 256, 3), dtype=float32)
testing = generator
2022-04-05 00:45:19.075695: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA
Init global successfully!
waiting for models...

optimal result and model = dataset = None, loss file = None, auc = -inf

I think the code is not able to get the data as the file format is .cpio. and after extraction of .tar.gz file it should be converted to image file format(.jpg or .tif) instead of .cpio format.

@harveyzoka
Copy link

Hello, I'm facing the same mistake as you. Has your problem been solved?

@meher-chinmaya
Copy link
Author

meher-chinmaya commented Mar 9, 2023 via email

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