Hello.I am running cnn_rnn_models and I find a problem like this:
File "D:\Python\graduation projection\CNN_RNN_Human_Action_Recognition-master\models\train_model.py", line 161, in train_model
plot_model_stats(train_accuracies, val_accuracies, train_losses, val_losses, plot_path, latent_scores=latent_scores)
NameError: name 'latent_scores' is not defined
So, I found latent_scores and joint_run in test_model.py are not defined.
How can I solve this problem? Thank you very much
Hello.I am running cnn_rnn_models and I find a problem like this:
File "D:\Python\graduation projection\CNN_RNN_Human_Action_Recognition-master\models\train_model.py", line 161, in train_model
plot_model_stats(train_accuracies, val_accuracies, train_losses, val_losses, plot_path, latent_scores=latent_scores)
NameError: name 'latent_scores' is not defined
So, I found latent_scores and joint_run in test_model.py are not defined.
How can I solve this problem? Thank you very much