alok-ai-lab / pyDeepInsight

A python implementation of the DeepInsight methodology.
GNU General Public License v3.0
157 stars 47 forks source link

How to show Accuracy and precision value at each epoch #22

Closed ezekny closed 2 years ago

ezekny commented 2 years ago

Hello, thanks for your support all the time. I have this issue again. How can i display the accuracy and precision value at every epoch during the training with CNN using Squeezenet. Thanks

kaboroevich commented 2 years ago

This issue is outside the scope of the package. There are plenty of examples on StackOverflow and similar sites on how to collect such information in a pyTorch training loop.