Yang7879 / AttSets

🔥AttSets in Tensorflow (IJCV 2019)
https://doi.org/10.1007/s11263-019-01217-w
MIT License
55 stars 20 forks source link

About DataLossError #1

Open happyday521 opened 5 years ago

happyday521 commented 5 years ago

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!

Yang7879 commented 5 years ago

@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.