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.

Is there a limitation of using dataset for different algs?

See original GitHub issue

Firstly, thank you for building this awesome benchmark. While I try the example with different datasets (e.g., I try astra with youtube dataset), I got some errors like this,

    loss = cross_entropy_with_probs(predict_l, batch['labels'].to(device))
KeyError: 'labels'

Can this be fixed?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
JieyuZ2commented, Oct 22, 2021

hey @mrbeann for benchmark results plz check out our NeurIPS paper! For newly-added methods, the results should be released in our future paper!

0reactions
mrbeanncommented, Oct 22, 2021

Thanks for the quick fix, it works. And, it will be great if this repo can include some benchmark results of different algorithms.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Limitations of Machine Learning - Towards Data Science
This is the most obvious limitation. If you feed a model poorly, then it will only give you poor results. This can manifest...
Read more >
What Are the Major Limitations of Machine Learning Algorithms?
Lack of Data ... Neural networks are complex architectures and require enormous amounts of training data to produce viable results. As the size...
Read more >
ML Algorithms — Pros & Cons and Suitable Usages - Medium
If its assumption of the independence of features holds true, it can perform better than other models and requires much less training data....
Read more >
Overcoming Small Data Limitations in Heart Disease ...
However, medical data are often constricted by smaller sets of observations than what is usually preferred to allow for sufficient training and testing...
Read more >
8 Limitations of Topic Modelling Algorithms on Short Text
Challenges of topic modeling on microblogs. Short-form text is typically user-generated, defined by lack of structure, presence of noise, ...
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