DataLossError (see above for traceback): Checksum does not match: stored 769046061 vs. calculated on the restored bytes 1925235876
[[Node: save/RestoreV2_127 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_127/tensor_names, save/RestoreV2_127/shape_and_slices)]]
[[Node: save/RestoreV2_112/_225 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_454_save/RestoreV2_112", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]
@tangjilin Just found this issue and sorry for my late response. Could you use tf1.4 instead? I did experiments on this version and everything is fine.
I meet the problem:
DataLossError (see above for traceback): Checksum does not match: stored 769046061 vs. calculated on the restored bytes 1925235876 [[Node: save/RestoreV2_127 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_127/tensor_names, save/RestoreV2_127/shape_and_slices)]] [[Node: save/RestoreV2_112/_225 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_454_save/RestoreV2_112", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]
Do you know why? My tf version is 1.9.0. THX!