Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Different results in train/validation and predicition #5764
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cisi17 commentedJul 11, 2017
Hello,
I have implemented my own neural network with my own dataset.
Firstly. I train and test my network using transfer learning. I have achieved 95% train/test accuaracy:
But when I am going to do a prediction, the precision is over 70%:
......
.......
I think that the deploy.prototxt and the train_test.prototxt have got the same net. And the preprocess is the same.
Could you help me?
Thank you.