-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Milestone
Description
Dear GIT owner, thanks for the excellent tutorial.
- My issue is I got relatively low performance 23.2% on the validation set exactly with your code. However, if I switch from Adam to GradientDescent optimiser this problem vanishs. Do you have any clue why this is happening?
- If I change "is_training==True" during testing in: logits, end_points = inception.inception_resnet_v2(
images,
num_classes = dataset.num_classes,
is_training = True)
Then this problem vanishes. But I don't think appropriate. - My system is Ubuntu 14.04 with TF 1.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels