How to measure the processing speed of deep learning model?

조회 수: 2 (최근 30일)
Lin
Lin 2021년 1월 6일
댓글: Lin 2021년 1월 7일
I have have trained deep learning model for image classification, How to measure the processing speed of this model while to be tested into testing dataset ?
  댓글 수: 2
Ive J
Ive J 2021년 1월 6일
tic
% your commands
toc
% OR
profile on
% your commands
profile viewer
Lin
Lin 2021년 1월 7일
thank you!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by