Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
after the completion of offline training, how can I measure the testing time for individual sample?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have trained my ANN for fault analysis. Now i am testing it for new data and its working accurately.
But I want to measure the detection time which ANN is taking to identify the new sample???
0 comentarios
Respuestas (1)
Madhav Thakker
el 11 de Sept. de 2020
Hi Ali,
You can use tic toc function to calculate the time it takes for each sample during testing. Call tic before the prediction and toc just after prediction. Make sure not to do any other processes like reading or resizing in between these commands.
Hope this helps.
3 comentarios
Madhav Thakker
el 16 de Sept. de 2020
Hi, I tried tic toc with different examples (alexnet classficiation, shallow neural network) to replicate your issue but it works as expected. The time increases as I increase the number of testing samples. Can you give more information so that I can replicate your issue?
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!