denseReg
denseReg copied to clipboard
ERROR:tensorflow:Exception in QueueRunner: ./exp/data/msra15/tf/P0-9-of-100; No such file or directory
msra.py
if __name__ == '__main__':
saveTFRecord()
# run_check_record()
# run_preprocess()
it means that i must uncomment the last two command of msra.py ? But when i uncomment the last two command of msra.py, it always lead to error. Can you help give me a little hint about how i can solve the problem ?
Sorry for my late reply. There's no need to uncomment last two functions, they are just used for checking the tf record.