pytorch-ignite / code-generator

Web Application to generate your training scripts with PyTorch Ignite
https://code-generator.pytorch-ignite.ai/
BSD 3-Clause "New" or "Revised" License
40 stars 23 forks source link

Introduce templateOptions.json file to Control Training Options for Each Template #330

Closed guptaaryan16 closed 1 year ago

guptaaryan16 commented 1 year ago

Description

I have added a new file templateOptions.json to control options for each template individually. This is done to allow templates to have specific configurations for each template and make it easy to contribute new template that may not support a particular runner like torchrun or a backend like spawn. If it is successfully merged, we would expect the sma e for other options like Handlers and Loggers.

Fix #308

Additional context


What is the purpose of this pull request?

netlify[bot] commented 1 year ago

Deploy Preview for code-generator ready!

Name Link
Latest commit 20b7c6786ff6b5c8a5b4a689bde67480fbbaf2df
Latest deploy log https://app.netlify.com/sites/code-generator/deploys/6516cee384542e0008e9a6be
Deploy Preview https://deploy-preview-330--code-generator.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

guptaaryan16 commented 1 year ago

@vfdev-5 @theory-in-progress I have completed work on this issue and it seems to work for now, I think we should merge this in a new branch develop as it seems experimental for now.

vfdev-5 commented 1 year ago

@guptaaryan16 can you create develop branch and change the base branch for this PR ?