Is there a limitation of using dataset for different algs?
See original GitHub issueFirstly, 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:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hey @mrbeann for benchmark results plz check out our NeurIPS paper! For newly-added methods, the results should be released in our future paper!
Thanks for the quick fix, it works. And, it will be great if this repo can include some benchmark results of different algorithms.