-
Notifications
You must be signed in to change notification settings - Fork 0
Sync #28
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
Merged
Merged
Sync #28
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit comes bundled with a class for loading USPS images and labels between 0 to 6. It is complete with a test, checking that it works as intended
Changed metric loader to a wrapper
Remove unused notebook
Use a switch statement to handle the different cases.
Add automatic formatting with ruff and import sorting (isort)
…-cli Simplify how metrics are parsed
- The mps option is necessary to accelerate gpu ops for mac - --dry_run now checks that models/datasets/metrics are loaded before starting training
- Implemented USPS dataloader for integers 0-6. - Fixed a few bugs related to relative imports (changing `from metrics import ...`to `from .metrics import ...`) - Changed from using `os.path` to the superior `pathlib`. - Added `--dry_run` option to cli interface. - Added `mps` backend to `--device`.
There were some bugs with the autoformatter, so instead now the user have to manually format their code before committing their changes. If not, the github action will fail.
finds number of channels based on dataset. Adds num_classes to dataset
…gh-action Instead of formatting changes, fail the test if code needs formatting
Added folders for our test, this resolves issue #17
Seilmast
added a commit
that referenced
this pull request
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.