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.

Training on a different dataset

See original GitHub issue

Dataset 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:open
  • Created 5 years ago
  • Comments:22

github_iconTop GitHub Comments

1reaction
JasOleancommented, Jun 12, 2019

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:

@JasOlean https://github.com/JasOlean thank you reply on me. But i want to the Script to get .npy and .pkl file of our own datasets, just like this picture below(picture 1). i couldn’t open this file by pycharm, just want to see this file contents(picture 2 and picture 3). Can you share the Script to me? thank you very much. [image: 图片] https://user-images.githubusercontent.com/32689594/59318845-134cf000-8cfb-11e9-9afe-250d9bd2bcf9.png [image: 图片] https://user-images.githubusercontent.com/32689594/59318940-776fb400-8cfb-11e9-8ce8-4bae3b3fc3a1.png [image: 图片] https://user-images.githubusercontent.com/32689594/59318951-822a4900-8cfb-11e9-8d7a-71d1a1ad5b32.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yysijie/st-gcn/issues/81?email_source=notifications&email_token=AEOY3GHFJEHX3WAAMFNEOK3P2BMOHA5CNFSM4FPOGCFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPBSMY#issuecomment-501094707, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOY3GGCA5VQRUITRBRKY7TP2BMOHANCNFSM4FPOGCFA .

– ခင္စံပယ္ေထြး

0reactions
2795449476commented, Nov 15, 2020

@yysijie how to get this file??thank you 图片 Have you solved it,Can you help me

Read more comments on GitHub >

github_iconTop 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 >

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