Skip to content
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

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

Merged
merged 4 commits into from
Oct 3, 2023

Conversation

guptaaryan16
Copy link
Contributor

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?

  • Bug fix
  • New feature
  • Other

@guptaaryan16 guptaaryan16 marked this pull request as draft September 22, 2023 12:55
@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for code-generator ready!

Name Link
🔨 Latest commit 20b7c67
🔍 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 guptaaryan16 marked this pull request as ready for review September 29, 2023 15:16
@guptaaryan16
Copy link
Contributor Author

@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
Copy link
Member

vfdev-5 commented Sep 29, 2023

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

@guptaaryan16 guptaaryan16 changed the base branch from main to develop September 30, 2023 07:26
@vfdev-5 vfdev-5 merged commit 5d83eb9 into pytorch-ignite:develop Oct 3, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

To extend the mapping capabilities of metadata.json to have very specific features for each templates
2 participants