While trying to train my own data, by running (as in the README for training own flower data);
bazel-bin/inception/flowers_train --train_dir="${TRAIN_DIR}" --data_dir="${FLOWERS_DATA_DIR}" --pretrained_model_checkpoint_path="${MODEL_PATH}" --fine_tune=True --initial_learning_rate=0.001 --input_queue_memory_factor=1
I get an error:
tensorflow.python.framework.errors.DataLossError: Unable to open table file /Users/asd/workspace/inception-v3-model/inception-v3/model.ckpt-157585: Data loss: corrupted compressed block contents: perhaps your file is in a different file format and you need to use a different restore operator?
Is the model checkpoint really corrupt?