I am training with the AlphaPose dataset from OUMVLP-Pose, but when I look at the training results at the end of the training, I can only see epoch, hp_metric, lr_Adam, train_loss_epoch, train_loss_step, val_loss_epoch, val_loss_step results, but I can't see the test accuracy. However, the accuracy can be seen when using the CASIA-B dataset.
When I checked the code of gaitgraph_oumvlp.py, I found that the train_epoch_end() function has the definition, calculation and logging of the accuracy, but this function is not called, what should I do if I want to call this function?
Thanks in advance for the answer!
:)