python - DataLossError: Unable to open table file error in TensorFlow -
i have been studying while kaggle link predicting fraud tensorflow . dataset releated fraud . commented on line 33 , when try rewrite codes saving/checkpointing gives error.
datalosserror: unable open table file c:\users\mert\best_model.ckpt: data loss: file short sstable: perhaps file in different file format , need use different restore operator? [[node: save_5/restorev2_51 = restorev2[dtypes=[dt_float], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save_5/const_0_0, save_5/restorev2_51/tensor_names, save_5/restorev2_51/shape_and_slices)]]
at first created empty file right location called best_model . have taken error after converted empty best_model.txt file best_model.ckpt .
could me please ? in advance.
empty files not valid tensorflow checkpoint files. try saving checkpoint training model first.
Comments
Post a Comment