Training on a different dataset
See original GitHub issueDataset used
Cooking Activity
Modified the data accordingly. The accuracies are not that great. I have tried changing the parameters multiple times, using pre trained models as well. Still no improvements. Also I get the same sequence of labels as output every time.
label_sequence = output.sum(dim=2).argmax(dim=0)
Any idea where it might be going wrong?
Issue Analytics
- State:
- Created 5 years ago
- Comments:22
Top Results From Across the Web
Is it possible to train a machine learning model using different ...
It is possible to train a machine learning model using different data sets. It is often done with a technique called cross-validation, where...
Read more >OPTIONAL: different dataset – Introduction to Machine Learning
Train your algorithms on a different dataset. Compare your algorithms across different datasets. HEP ...
Read more >How to train one model with two datasets - Fast.ai forums
Before starting the fastai course I read something here that one can train one model using two different datasets.
Read more >Can I train a machine learning algorithm with a dataset and ...
I think you can train a machine learning algorithm with a data set and test it with a different dataset. In the real...
Read more >A guide through training dataset in Machine Learning
Test data is different from the training data set. It is meant to evaluate the performance and/or accuracy of the ML algorithm, after...
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 Free
Top 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
Do you have your own dataset like kinetics skeletons dataset? If you do not have, you have to create your Jason dataset. If you already have, you can just use their kinetic_gendata.py.
On Wed, Jun 12, 2019 at 11:20 wei-li notifications@github.com wrote:
– ခင္စံပယ္ေထြး