Replies: 1 comment 4 replies
-
@ydcjeff I do appreciate this idea :) We discussed something similar with @Priyansi. IMO having another view for code generator will be a great improvement ! About the unresolved part, maybe the user could import some pieces of code, for instance |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below are some updates from me for v0.3.
I am thinking to refactor the app into something that users should compose how the training flow should be like by themselves like @sdesrozis proposed in #20.
Summary
We will provide the necessary PyTorch components, and PyTorch-Ignite core components + experiment loggers from contrib.
UI will be divided into 3 sections like:
We will store the connections between the components and their values in JSON format and we will generate the code from that.
Unresolved questions
There could be some code that we cannot easily generate. For e.g., the
process_fn
passed toEngine
can be different as per tasks and as per users. How should we tackle this?Let me know your thoughts.
@vfdev-5 @sdesrozis @trsvchn @KickItLikeShika @Priyansi
Beta Was this translation helpful? Give feedback.
All reactions