Rutvik21
Rutvik21
Okay thanks, I will try. And one more thing, I than tried with 10000 epochs and at the time of prediction result seems better than earlier. I think I should...
@ZlaaM I didn't pass the argument for training steps only passed epoch. And [here ](https://stackoverflow.com/questions/38340311/what-is-the-difference-between-steps-and-epochs-in-tensorflow) and [here ](https://stackoverflow.com/questions/42816124/what-is-the-relationship-between-steps-and-epochs-in-tensorflow/42817280#42817280) you can find difference between train_steps and number of epochs.
@JGoncaloPereira Input layer will be image_tensor. Have you tried using tensorboard?
@ZlaaM Have you written raw_input True while training ?
I have trained with my own dataset using the same scripts today 2 times, and for me, all things work correctly.
@ZlaaM Then try with True
@JGoncaloPereira Here- butterfly/image_tensor butterfly/map/Shape butterfly/map/strided_slice/stack butterfly/map/strided_slice/stack_1 butterfly/map/strided_slice/stack_2 butterfly/map/strided_slice butterfly/map/TensorArray butterfly/map/TensorArrayUnstack/Shape butterfly/map/TensorArrayUnstack/strided_slice/stack butterfly/map/TensorArrayUnstack/strided_slice/stack_1 butterfly/map/TensorArrayUnstack/strided_slice/stack_2 butterfly/map/TensorArrayUnstack/strided_slice butterfly/map/TensorArrayUnstack/range/start butterfly/map/TensorArrayUnstack/range/delta butterfly/map/TensorArrayUnstack/range butterfly/map/TensorArrayUnstack/TensorArrayScatter/TensorArrayScatterV3 butterfly/map/Const butterfly/map/TensorArray_1 butterfly/map/while/iteration_counter butterfly/map/while/Enter butterfly/map/while/Enter_1 butterfly/map/while/Enter_2 butterfly/map/while/Merge butterfly/map/while/Merge_1 butterfly/map/while/Merge_2 butterfly/map/while/Less/Enter butterfly/map/while/Less butterfly/map/while/Less_1...
Can you please provide all the steps that you've followed ?
Are u using the same landmark.py script which is in this GIT. becuase I am using raw_input instead of raw_tensor ? have u changed the name ?
Mine tensorboard graph look like this -  What is it for u ? And I think you're getting node names which could be seen in my graph at the...