code-generator icon indicating copy to clipboard operation
code-generator copied to clipboard

Web Application to generate your training scripts with PyTorch Ignite

Results 34 code-generator issues
Sort by recently updated
recently updated
newest added

### Describe the bug Following warning is shown in the CI: [step-504](https://github.com/pytorch-ignite/code-generator/runs/2912107195?check_suite_focus=true#step:12:504) ```py /opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/torch/optim/lr_scheduler.py:134: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them...

bug
good first issue
templates
hacktoberfest

The idea is to link (if possible) left pane events to updated code on the right, to increase interactivity of the app. For example: to inform user which files/part of...

frontend
hacktoberfest

We are currently thinking about a visual representation of building blocks composing an application : PyTorch objects, handlers, metrics, engines, etc. The idea is to provide a graphical helper to...

Here is an idea to think about for later versions, like v0.3 etc ### Context Let's imagine I use the generator to quick-start with my specific problem: own dataflow, model...

enhancement
needs-discussion