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

Use real test data for fit_a_line model to get valid result #11864

Merged
merged 1 commit into from
Jun 30, 2018

Conversation

kuke
Copy link
Contributor

@kuke kuke commented Jun 30, 2018

Resolve #11856

('infer shape: ', (10, 1))
('infer results: ', array([[13.366845],
       [13.256419],
       [13.525405],
       [14.875826],
       [13.950964],
       [14.409012],
       [14.067776],
       [13.956516],
       [12.273897],
       [13.826031]], dtype=float32))
('ground truth: ', array([[ 8.5],
       [ 5. ],
       [11.9],
       [27.9],
       [17.2],
       [27.5],
       [15. ],
       [17.2],
       [17.9],
       [16.3]], dtype=float32))

@kuke kuke requested review from daming-lu and luotao1 June 30, 2018 09:43
@luotao1 luotao1 merged commit 06da740 into PaddlePaddle:develop Jun 30, 2018
kuke pushed a commit to kuke/Paddle that referenced this pull request Aug 25, 2018
Use real test data for fit_a_line model to get valid result
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