Hi, I am a beginner to tensorflow,
Post successful training of MNIST dataset I got 4 files created in model directory:
dense.ckpt.meta
dense.ckpt.index
checkpoint
dense.ckpt.data-00000-of-00001
Can you please confirm If this is fine as I could the in last command the file name is only "dense.ckpt"
And I would like to test my custom data in one particular folder after training this model, Can you also please provide the code for it?
Hi, I am a beginner to tensorflow,
Post successful training of MNIST dataset I got 4 files created in model directory:
dense.ckpt.meta
dense.ckpt.index
checkpoint
dense.ckpt.data-00000-of-00001
Can you please confirm If this is fine as I could the in last command the file name is only "dense.ckpt"
And I would like to test my custom data in one particular folder after training this model, Can you also please provide the code for it?