Skip to content

Error on dataset download #62

Description

@meher-chinmaya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions