Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Validation error #35

Open
xwcao opened this issue Oct 7, 2017 · 0 comments
Open

Validation error #35

xwcao opened this issue Oct 7, 2017 · 0 comments

Comments

@xwcao
Copy link

xwcao commented Oct 7, 2017

 if step > 1 and step % 100 == 0:
            _, top1_error_value = sess.run([val_op, top1_error], { is_training: False })
            print('Validation top1 error %.2f' % top1_error_value)

So this is the last line of resnet_train.
I am wondering if this is actually giving the user the so-called "test error" where the images are from the test sets.

Can anyone answer my question?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant