How to train model with Wi-Pose dataset? #345
Unanswered
Leeeeeeedw
asked this question in
Bug Reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I place the Test/Train dataset folder of Wi-Pose in the data folder, and use the command "./target/release/sensing-server --train --dataset data/ --dataset-type mmfi --epochs 100 --save-rvf model.rvf" to train model, but it reports errors.
So I change the dataset-type(wipose) and use the command "./target/release/sensing-server --train --dataset data/ --dataset-type wipose --epochs 100 --save-rvf model.rvf", but it's still wrong.
Could you tell me how to train the model with Wi-Pose dataset?
Beta Was this translation helpful? Give feedback.
All reactions