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
Running the COCO+VOC model on demo.py gives me a dataloss error.
DataLossError (see above for traceback): Checksum does not match: stored 2903795978 vs. calculated on the restored bytes 3205988616
[[Node: save/RestoreV2_299 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_299/tensor_names, save/RestoreV2_299/shape_and_slices)]]
Has anybody experienced this ? I am just trying to run inference using demo.py
The text was updated successfully, but these errors were encountered:
Running the COCO+VOC model on demo.py gives me a dataloss error.
DataLossError (see above for traceback): Checksum does not match: stored 2903795978 vs. calculated on the restored bytes 3205988616
[[Node: save/RestoreV2_299 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_299/tensor_names, save/RestoreV2_299/shape_and_slices)]]
Has anybody experienced this ? I am just trying to run inference using demo.py
The text was updated successfully, but these errors were encountered: