denseReg icon indicating copy to clipboard operation
denseReg copied to clipboard

ERROR:tensorflow:Exception in QueueRunner: ./exp/data/msra15/tf/P0-9-of-100; No such file or directory

Open youngstu opened this issue 7 years ago • 1 comments

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 ?

youngstu avatar Mar 19 '18 13:03 youngstu

Sorry for my late reply. There's no need to uncomment last two functions, they are just used for checking the tf record.

melonwan avatar Apr 19 '18 09:04 melonwan