Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
Hello,
I am really impressed by your work. But I have met some issues.
I used the tf.saver to get all the ops and save the model. However, I printed it out all the tf.global_variables but couldn't know each of the individual array means. Is there a way that I can know the detail variables that I saved.
Hello, I am really impressed by your work. But I have met some issues. I used the tf.saver to get all the ops and save the model. However, I printed it out all the tf.global_variables but couldn't know each of the individual array means. Is there a way that I can know the detail variables that I saved.