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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: