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

Optimized vis classification to give ~82% Accuracy #315

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

theory-in-progress
Copy link
Contributor

Description

Improves Vis Classification

What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Other

@netlify
Copy link

netlify bot commented Sep 5, 2023

Deploy Preview for code-generator ready!

Name Link
🔨 Latest commit 1ede4d6
🔍 Latest deploy log https://app.netlify.com/sites/code-generator/deploys/64f73fa0ef88100008bb98d1
😎 Deploy Preview https://deploy-preview-315--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
Copy link
Contributor

Hey @theory-in-progress I think you need to change the src/tests/ci-configs for the tests to pass

@theory-in-progress theory-in-progress marked this pull request as draft September 5, 2023 14:54
@@ -45,6 +46,8 @@ def train_function(engine: Union[Engine, DeterministicEngine], batch: Any):

trainer = Engine(train_function)
#::: } :::#

scaler = GradScaler(enabled=config.use_amp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's define the scaler before train_function for clarity

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.

None yet

3 participants