VIPL-SLP / pointlstm-gesture-recognition-pytorch

This repo holds the codes of paper: An Efficient PointLSTM for Point Clouds Based Gesture Recognition (CVPR 2020).
https://openaccess.thecvf.com/content_CVPR_2020/html/Min_An_Efficient_PointLSTM_for_Point_Clouds_Based_Gesture_Recognition_CVPR_2020_paper.html
Apache License 2.0
121 stars 20 forks source link

Calculate the Accuracy for each epoche #16

Closed hamza-hadda closed 3 years ago

hamza-hadda commented 3 years ago

I want to calculate the accuracy of model for each epoch I tried this way: https://stackoverflow.com/questions/51503851/calculate-the-accuracy-every-epoch-in-pytorch and it doesn't work

hamza-hadda commented 3 years ago

it's worked with this but I don't if the results are corrects epoch2 epoch1

ycmin95 commented 3 years ago

@hamza-hadda You can set the evaluation interval as 1.

hamza-hadda commented 3 years ago

nothing changed

ycmin95 commented 3 years ago

Relevant code can be found here.

hamza-hadda commented 3 years ago

as I see her prec5 mean the accuracy yes ? but what about prec1?

ycmin95 commented 3 years ago

Top-1 and top-5 accuracies.