raphaelmemmesheimer / skeleton-dml

Skeleton-DML: Deep Metric Learning for Skeleton-Based One-Shot Action Recognition
24 stars 6 forks source link

Issue with evaluation #8

Closed estefaniesiqueiracin closed 1 year ago

estefaniesiqueiracin commented 1 year ago

Hi, I'm a dev and I'm used to pytorch but I'm having trouble understanding how the training evaluation is being done and how the trainer(TrainWithClassifier) ​​influences the evaluation

raphaelmemmesheimer commented 1 year ago

The evaluation and testing is done using the OneShotTester which overwrites the BaseTester class from pytorch metric learning and executed after each epoch depending on the validation or test mode. The BaseTester call itself is nested in pytorch metric learning. Hope this helps.