Skip to content

Conversation

@walln
Copy link
Owner

@walln walln commented Jun 16, 2025

Summary

  • avoid repeated tensor conversions when using HF datasets
  • adjust dataset preparations to return numpy arrays
  • use torch.as_tensor to avoid warnings
  • fix dataset validation for tiny imagenet

Testing

  • uv run pytest -q
  • uv run ruff check --quiet
  • uv run mypy src/scratch/ --strict (fails: command not found)

https://chatgpt.com/codex/tasks/task_e_6850353aa958832fb3d770f597f58b7b

@walln walln merged commit 410b48f into main Jun 16, 2025
0 of 2 checks passed
@walln walln deleted the codex/fix-failing-tests-due-to-broken-data-pipeline branch June 16, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants