Organize, Track, and Evaluate ML Training Runs With Amazon SageMaker Experiments

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 8

  • @sillybuttons925
    @sillybuttons925 3 года назад +8

    Killing me changing the f string back to .format ahhhhh noooo :'(

  • @Primus_suspectus
    @Primus_suspectus 4 года назад +3

    Graphs didn't show up?

  • @fabio336ful
    @fabio336ful Год назад

    Wow! Amazing!

  • @rotemgabay8953
    @rotemgabay8953 6 месяцев назад

    In minute ~17:15 it's mentioned that it's possible to run all the run jobs in the experiment in parallel, instead of a for loop.
    Can someone link to a tutorial / docs explaining how to do that?
    Thanks!

    • @awssupport
      @awssupport 6 месяцев назад

      Hello! This doc has info on running parallel SageMaker jobs: go.aws/3Pg0phd. If this doesn't have what you're looking for, feel free to post your question directly to re:Post for community guidance: go.aws/aws-repost. 📝 ^LG

    • @rotemgabay8953
      @rotemgabay8953 6 месяцев назад

      ** Edit: problem solved when using the for-loop and setting wait=False inside the estimator.fit().
      Hello @@awssupport No, this is not what I meant..
      If you watch this video on minute 17:15, Emily Webber is talking about the example of a for-loop training, and says that there is a better way of doing it, without a time-consuming for-loop . Neither of your example notebook seems to tackle this issue.
      I will also post this question in the community guidance, but just to be clear -
      I want to send multiple training jobs with different parameters at the same time.
      This is very to the built-in Hyperparameters-Tuning Job, with max_parallel_jobs > 1, but I would like to do it as a customized experiment (where I can change for example the amount of data I'm training on, to see how the data load affects results).
      A reference to some relevant docs will be appreciated!

  • @caiyu538
    @caiyu538 Год назад

    I do not see which step explicitly specify the number of hidden layer.

    • @tommim4353
      @tommim4353 6 месяцев назад

      the variable values are defined as part of the loop initialization ... and then used to setup Pytorch estimator
      here ruclips.net/video/zLOMYKZGxK0/видео.html