unsupervised-detail-layer
unsupervised-detail-layer copied to clipboard
Checksum does not match:
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 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?
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
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?
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?
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.
Same problem, maybe the model file is corrupted, could you please have a check? @cyj907
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.
It works, thank you!