Skip to content

Conversation

@Seilmast
Copy link
Collaborator

@Seilmast Seilmast commented Feb 3, 2025

No description provided.

c-salomonsen and others added 30 commits January 30, 2025 14:55
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
Use a switch statement to handle the different cases.
Add automatic formatting with ruff and import sorting (isort)
- 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`.
@Seilmast Seilmast merged commit 24b7726 into magnus-branch Feb 3, 2025
1 of 4 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants