-
Notifications
You must be signed in to change notification settings - Fork 24
Ideas for Code Generator #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@oke-aditya Thanks a lot for sharing these ideas that could really be a great improvement ! The great thing would be if you were willing to participate ! :-) My thoughts
|
I would be willing to participate 😄 If few more people are interested from discord, it would be easy to team up and tackle in sprints |
Hey, I would like to work on implementing this
Can you please guide me on how to start with this. |
@sayantan1410 I think we still need to discuss the scope of this item. @oke-aditya can you please expand a bit more the idea ? @sayantan1410 if you would like to tackle something more well defined, for example, there is #173 which is still open. Tackling this issue IMO you'll get a better understanding of the app and the code. What do you think ? |
Hi! and sorry for the delay. I was not well yesterday. Connecting torch.hub and code generator.
Torch hub internally clones the entire Github repo, which allows easy model building. Note that the model which is built is a dynamic graph (not a static one, like JIT scripted from Torchscript). This makes it feasible to re-train or fine-tune with pretrained weights. Torch hub does the hard part of What ignite code-gen can do?Ignite codegen can provide boiler plate and the training script, which allows to train on any new dataset (and also with some standard datasets available in torchvision like VOC / COCO). This makes retraining of models very simple, and with config.yaml (which has good defaults) it would be easy to fine-tune on custom data. (Maybe by passing P.S. |
@oke-aditya It will be more helpful for me to understand if we can have a meet. |
Clear and concise description of the problem
A list of few new features that can make Code Generator super awesome
Suggested solution
We can probably go one feature at a time and iterate over couple of releases.
Maybe we should discuss this further over GitHub / discord
The text was updated successfully, but these errors were encountered: