You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I was able to train the model but with poor results compared to the Keras version. I'm not sure what I've done wrong. I assume something is wrong with the input shape or the model. I'm a little bit confused how to use the mx.ArrayDataProvider. As can you see the accuracy after 20 epochs is just ~20% instead of ~90% using Keras. I've tried different input shapes but without success :(
This discussion was converted from issue #17383 on September 05, 2020 19:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I've tried to translate the Conv1d Python Keras/TF example from https://machinelearningmastery.com/cnn-models-for-human-activity-recognition-time-series-classification/ into MXNet.jl.
I was able to train the model but with poor results compared to the Keras version. I'm not sure what I've done wrong. I assume something is wrong with the input shape or the model. I'm a little bit confused how to use the mx.ArrayDataProvider. As can you see the accuracy after 20 epochs is just ~20% instead of ~90% using Keras. I've tried different input shapes but without success :(
The dataset can be downloaded from:
https://archive.ics.uci.edu/ml/machine-learning-databases/00240/UCI%20HAR%20Dataset.zip
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions