More Hydra-zen examples #397
Replies: 2 comments 3 replies
-
@francisco-camargo we completely agree with your sentiment and our docs is one of the things we really want to improve near term. I'm wondering if you have a particular use case or example that would help you understand how to use hydra-zen with PyTorch? |
Beta Was this translation helpful? Give feedback.
-
Hi Justin, To be honest, the PyTorch example is just not relevant to me at the moment. Don't get me wrong, I am really glad that it is there, I just won't be able to derive much value from it at the moment. My suggestion for simpler examples comes from the assumption that many others will also feel like the docs take a big step in sophistication and thus you'll lose the interest of many readers (ie. I don't want to also learn PyTorch today, I just want to learn hydra-zen). I am still trying to understand the basic building blocks of hydra-zen that generally get used. I will try to spend more time the next couple days rereading and trying to understand the examples in the docs and I may be able to give more constructive feedback. At the moment I would say that coming at this as someone that is not a software engineer but am interested because I want to help and encourage my engineers to have more robust experimental setups up, the docs are just not that easy to digest. For example, I am able to follow the logic of the code presented, but when I finish reading each section I don't have the sense that I would be able to easily apply what I just read to my own problems. I suggest having For some context; I am involved in developing some data science curriculum for novices and from the content I see out there, the experimental setup side of things is always overlooked. So to that end I am very interested to not only use a tool such as this myself but find a tool that could be taught easily. If you can use some help with this, time provided, I'd be happy to contribute where I can. |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I am still trying to get my head around what needs to be done on top of writing the "usual" ML code to then be able to use Hydra-zen to track experiments. I have been going through the documentation but not being familiar with PyTorch, the jump from the
game_library.py
example to the PyTorch Lightning one is pretty drastic. In particular, are there any examples using something likesklearn
, or simpler ML examples in general?In terms of understanding the PyTorch examples, I get lost trying to understand
UniversalFuncModule
; it's purpose, how it fits into the "usual" ML pipeline, the Hydra-zen pipeline, and what analogous code would be needed in, for example, an sklearn example.Thanks!
Francisco
Beta Was this translation helpful? Give feedback.
All reactions