The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Training and Testing duration of Each Algorithm

LefterisLefteris Member Posts: 6 Learner I
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 Learner I
    Solution Accepted
    thank you very much jacobcybulski!!
Sign In or Register to comment.