Auto-Tuning Hyperparameters with Optuna and PyTorch

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ •

  • @Stay.Strong.Keep.Moving
    @Stay.Strong.Keep.Moving 4 місяці тому +2

    One of the best explanations I have been able to find. Thank you for your time and effort!

  • @Jack-dx7qb
    @Jack-dx7qb 2 роки тому +11

    This seems to be an incredible tool for ML practitioners. I can't wait to start using it!!!

  • @stephennfernandes
    @stephennfernandes 4 роки тому +10

    Amazing video , very clearly explained optuna !

    • @PyTorch
      @PyTorch  4 роки тому +3

      Glad it was helpful!

  • @boira_dani
    @boira_dani 2 роки тому +1

    This tool seems to be incredible, i will be sure to include it in my next project, thanks :)

  • @jonathansum9084
    @jonathansum9084 4 роки тому +2

    Yeah! We are no longer need to do fine-tuning.
    I used an Adma with 1e-3 with the same setting but I was beaten by an SGD 1e-4 with the same setting.
    That notebook was the Pytorch official fast R-CNN fine-tuning notebook.

  • @SwapnilBhatta07
    @SwapnilBhatta07 2 роки тому +1

    This is great, a lot easier to use than hyperopt.

  • @TrueDebendra
    @TrueDebendra 4 місяці тому

    Great explanation

  • @ItsRowen
    @ItsRowen 3 роки тому +1

    thank you, very nice presentation

  • @msughakighir2795
    @msughakighir2795 3 місяці тому +1

    Appreciated

  • @eugeniures7593
    @eugeniures7593 3 роки тому

    Excellent video!

  • @devashishkprasad
    @devashishkprasad 3 роки тому

    Great tool ! Thank you for sharing

  • @newbiejailer8675
    @newbiejailer8675 4 роки тому +3

    want to know how to implement the progress bar at 12:45, it looks pretty cool

    • @offchan
      @offchan 3 роки тому +4

      use library called tqdm and then set progress bar mode to ascii

  • @angelsancheese
    @angelsancheese 4 роки тому

    Thank you for the video!

  • @rodrigocardoso7846
    @rodrigocardoso7846 4 роки тому

    Awesome video and for thx to show this tool!

  • @Mohammadmohammad-jp2gx
    @Mohammadmohammad-jp2gx 4 роки тому

    a great useful framework thank u

  • @juliocardenas-rodriguez1986
    @juliocardenas-rodriguez1986 21 день тому

    Bravo !!!

  • @hajvklkaj6462
    @hajvklkaj6462 3 роки тому +3

    Where to find gaussian sampler?

  • @DSee-e1s
    @DSee-e1s 5 місяців тому

    Where can i find quality code examples?

  • @sambitmukherjee1713
    @sambitmukherjee1713 Рік тому

    Brilliant.

  • @LFP2024-w7m
    @LFP2024-w7m 3 роки тому

    Amazing!

  • @kr.sheelvardhanbanty9136
    @kr.sheelvardhanbanty9136 7 місяців тому

    The provided link to the source code is not available.

  • @sphereron
    @sphereron 4 роки тому +1

    Windows pip build seems to be broken, I had to install with conda

    • @UnbenutzerKanalname
      @UnbenutzerKanalname 4 роки тому

      that is very common unfortunately, do you have C++ compilers installed on Win?

  • @neighboroldwang
    @neighboroldwang 3 роки тому

    14:37 Never though learning rate is so important

  • @luiztauffer8513
    @luiztauffer8513 3 роки тому

    would be awesome to have this integrated with MLFlow!

  • @ezrachua1317
    @ezrachua1317 Рік тому

    11:10 twice as fast WITH tuning.

  • @zhaobryan4441
    @zhaobryan4441 Рік тому

    could you share the slides?