question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Difference in predictions between GPU and CPU model

See original GitHub issue

For some reasons the CPU sklearn model predicts differently than the GPU sklearn… Seems GPU is more accurate.

GPU

query: What is Artificial Intelligence?
answer: guenine disruptive technology

CPU

query: What is Artificial Intelligence?
answer: Machine learning, deep learning

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
fmikaeliancommented, May 19, 2019

This is why data scientists are (in theory) paid better. A single bug can be due to different things:

  1. Data
  2. Model
  3. Software

Debugging 3 things together has a cost 😅

1reaction
andrelmfariascommented, May 19, 2019

Yes, maybe the problem is the change of the dataset…

The last news I had, @mamrou said he would try to end it this weekend.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can You Close the Performance Gap Between GPU and CPU ...
This post talks about model efficiency and examines the gap between GPU and CPU inference for deep learning models. You'll learn how to ......
Read more >
CPU vs. GPU for Machine Learning - Pure Storage Blogs
This article compares CPU vs. GPU, as well as the applications for each with machine learning, neural networks, and deep learning.
Read more >
Model accuracy when training on GPU and then inferencing ...
Both of them have different architecture. When a model is trained on a GPU, does the exact same way of processing happens when...
Read more >
Different results GPU vs CPU - no idea why - Google Groups
When I use the model compiled on the GPU and the saved weights from a CPU -on the GPU-, I get a bad...
Read more >
GPUs vs CPUs for deployment of deep learning models
The results suggest that the throughput from GPU clusters is always better than CPU throughput for all models and frameworks proving that GPU...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found