Training and Testing duration of Each Algorithm
Lefteris
New Altair Community Member
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:
0
Best Answers
-
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.2
-
thank you very much jacobcybulski!!
0
Answers
-
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.2
-
thank you very much jacobcybulski!!
0