unsupervised-detail-layer icon indicating copy to clipboard operation
unsupervised-detail-layer copied to clipboard

Checksum does not match:

Open a7med12345 opened this issue 5 years ago • 8 comments

Hi Guys;

When I tried to test your code; I got the following error: tensorflow.python.framework.errors_impl.DataLossError: Checksum does not match: stored 26150082 vs. calculated on the restored bytes 1746058966 [[{{node save/RestoreV2}}]]

a7med12345 avatar Sep 27 '20 17:09 a7med12345

Hi Guys;

When I tried to test your code; I got the following error: tensorflow.python.framework.errors_impl.DataLossError: Checksum does not match: stored 26150082 vs. calculated on the restored bytes 1746058966 [[{{node save/RestoreV2}}]]

Hi, did you install the 1.15 version of TF? Can you provide your testing environment?

cyj907 avatar Sep 29 '20 02:09 cyj907

Package Version


absl-py 0.9.0 asgiref 3.2.10 astor 0.8.1 cycler 0.10.0 decorator 4.4.2 Django 3.1 gast 0.2.2 google-pasta 0.2.0 grpcio 1.31.0 h5py 2.10.0 image 1.5.32 imageio 2.9.0 importlib-metadata 1.7.0 Keras-Applications 1.0.8 Keras-Preprocessing 1.1.2 kiwisolver 1.2.0 Markdown 3.2.2 matplotlib 3.3.0 networkx 2.4 numpy 1.19.1 opencv-python 4.4.0.40 opt-einsum 3.3.0 pandas 1.1.0 Pillow 7.2.0 pip 20.2.3 protobuf 3.12.4 pyparsing 2.4.7 python-dateutil 2.8.1 pytz 2020.1 PyWavelets 1.1.1 scikit-image 0.17.2 scipy 1.5.2 setuptools 39.0.1 six 1.15.0 sqlparse 0.3.1 tensorboard 1.15.0 tensorflow-estimator 1.15.1 tensorflow-gpu 1.15.0 termcolor 1.1.0 tifffile 2020.7.24 Werkzeug 1.0.1 wheel 0.35.1 wrapt 1.12.1 zipp 3.1.0

a7med12345 avatar Sep 29 '20 11:09 a7med12345

Package Version

absl-py 0.9.0 asgiref 3.2.10 astor 0.8.1 cycler 0.10.0 decorator 4.4.2 Django 3.1 gast 0.2.2 google-pasta 0.2.0 grpcio 1.31.0 h5py 2.10.0 image 1.5.32 imageio 2.9.0 importlib-metadata 1.7.0 Keras-Applications 1.0.8 Keras-Preprocessing 1.1.2 kiwisolver 1.2.0 Markdown 3.2.2 matplotlib 3.3.0 networkx 2.4 numpy 1.19.1 opencv-python 4.4.0.40 opt-einsum 3.3.0 pandas 1.1.0 Pillow 7.2.0 pip 20.2.3 protobuf 3.12.4 pyparsing 2.4.7 python-dateutil 2.8.1 pytz 2020.1 PyWavelets 1.1.1 scikit-image 0.17.2 scipy 1.5.2 setuptools 39.0.1 six 1.15.0 sqlparse 0.3.1 tensorboard 1.15.0 tensorflow-estimator 1.15.1 tensorflow-gpu 1.15.0 termcolor 1.1.0 tifffile 2020.7.24 Werkzeug 1.0.1 wheel 0.35.1 wrapt 1.12.1 zipp 3.1.0

Did you check if the model checkpoints have been successfully downloaded?

cyj907 avatar Oct 09 '20 08:10 cyj907

Hi Guys;

When I tried to test your code; I got the following error: tensorflow.python.framework.errors_impl.DataLossError: Checksum does not match: stored 26150082 vs. calculated on the restored bytes 1746058966 [[{{node save/RestoreV2}}]]

Could you specify which part of the codes/models that failed?

cyj907 avatar Oct 09 '20 08:10 cyj907

Could you specify which part of the codes/models that failed?

The error happens when trying to load the coarse model. I actually re-trained the coarse network and was able to run the testing script then.

a7med12345 avatar Oct 10 '20 16:10 a7med12345

Same problem, maybe the model file is corrupted, could you please have a check? @cyj907

puppet101 avatar Oct 15 '20 03:10 puppet101

Same problem, maybe the model file is corrupted, could you please have a check? @cyj907

Hey guys, I have updated the checkpoints in google drive. Please check if the problem still exists.

cyj907 avatar Oct 15 '20 06:10 cyj907

It works, thank you!

puppet101 avatar Oct 15 '20 09:10 puppet101