Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing termlogs for R2 #1093

Merged
merged 2 commits into from
Oct 27, 2018
Merged

Fixing termlogs for R2 #1093

merged 2 commits into from
Oct 27, 2018

Conversation

vishalshar
Copy link
Contributor

Brief Description:
When using R2 as metric, training step displays 'val_acc' instead of 'val_R2'.

Problem:
The 'val_acc' was used as default in termlogs for each training step. While using R2 as a metric it would display 'val_acc' instead of 'val_R2'.

Fix:
Quick fix in the termlog display string, now it will display 'val_R2' when using R2 as metric.

When using R2 as metric, training step displays 'val_acc' instead of 'val_R2'
While using R2 as metric, termlog displays 'val_acc' instead of 'val_R2'
Copy link
Member

@aymericdamien aymericdamien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this!

@aymericdamien aymericdamien merged commit cffd677 into tflearn:master Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants