Training and Testing duration of Each Algorithm

Lefteris
Lefteris New Altair Community Member
edited November 5 in Community Q&A
Hello, I want to ask how can i see the time (seconds) of the training procedure of each algorithm it is possible? Thank you!
Tagged:

Best Answers

  • jacobcybulski
    jacobcybulski New Altair Community Member
    Answer ✓
    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.
  • Lefteris
    Lefteris New Altair Community Member
    Answer ✓
    thank you very much jacobcybulski!!

Answers

  • jacobcybulski
    jacobcybulski New Altair Community Member
    Answer ✓
    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.
  • Lefteris
    Lefteris New Altair Community Member
    Answer ✓
    thank you very much jacobcybulski!!