HLTCHKUST / PAML

Personalizing Dialogue Agents via Meta-Learning
MIT License
126 stars 24 forks source link

How you compute the second order optimization partial derivatives ? #17

Closed jcyk closed 3 years ago

jcyk commented 3 years ago

Hi, Thanks for open-sourcing your awesome work!

I just got a little confused. In the paper, you mentioned that "This process requires second order optimization partial derivatives, which can be computed by any automatic differentiation library".

However, I did not find any code related to second order derivatives. Am I missing something? could you please kindly point out how you compute the second order derivatives?

zlinao commented 3 years ago

Hi, thanks for the questions.

Yes, you are right. In this repo, we only implement the first-order approximation.

jcyk commented 3 years ago

@zlinao Great! thank you very much for your quick response.