Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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:
    709
    after launching the commend
    mlagents-learn
    from the cmd prompt there should be verbose output that includes total training time in seconds:
    time.png