Search Unity

Question Where to find total time spent for training?

Discussion in 'ML-Agents' started by Ordpers, May 1, 2023.

  1. Ordpers

    Ordpers

    Joined:
    Aug 10, 2019
    Posts:
    6
    Hello. I have trained my model. Now, I need to know how much time was spent for training. All I could find is data from tensorboard: it shows relative time elapsed since training started. The problem is that it counts time when model was not training as well.
     
  2. CloudyVR

    CloudyVR

    Joined:
    Mar 26, 2017
    Posts:
    715
    after launching the commend
    mlagents-learn
    from the cmd prompt there should be verbose output that includes total training time in seconds:
    time.png