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

Optimize the Transformer module #35

Merged
merged 8 commits into from
Oct 30, 2023
Merged

Optimize the Transformer module #35

merged 8 commits into from
Oct 30, 2023

Conversation

MooooCat
Copy link
Contributor

Description

We have add a “transformer_opt” module, which can effectively perform the data transformation.

How has this been tested?

For test content, please see tests/test_transformer.py

Types of changes

  • Maintenance (no change in code, maintain the project's CI, docs, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@MooooCat MooooCat linked an issue Oct 30, 2023 that may be closed by this pull request
@sweep-ai
Copy link
Contributor

sweep-ai bot commented Oct 30, 2023

Apply Sweep Rules to your PR?

  • Apply: Leftover TODOs in the code should be handled.
  • Apply: All new business logic should have corresponding unit tests in the tests/ directory.
  • Apply: Any clearly inefficient or repeated code should be optimized or refactored.

@MooooCat MooooCat merged commit a1620d1 into main Oct 30, 2023
4 of 6 checks passed
@MooooCat MooooCat deleted the optimize-CTGAN branch October 30, 2023 05:11
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.

CTGAN optimization (Memory Usage)
1 participant