Training and Testing duration of Each Algorithm

LefterisLefteris Member Posts: 6 Newbie
Hello, I want to ask how can i see the time (seconds) of the training procedure of each algorithm it is possible? Thank you!

Best Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    Solution Accepted
    First of all you will need to make a Log panel visible, so go to menu View > Show Panel > Log. You can then drag and place the log panel in your preferred spot, e.g. under the process window. Then inside your process you can incorporate Print to Console operator, which send a message with its time-stamp to the log. As the process executes, it will print such messages in the Log panel, which you can then copy and paste in a separate document, and do all the calculations on the duration of each operator or their group if so desired.
  • LefterisLefteris Member Posts: 6 Newbie
    Solution Accepted
    thank you very much jacobcybulski!!
Sign In or Register to comment.