Skip to content

Add PyTorch CNN classifier and training pipeline#3

Draft
coqylight wants to merge 1 commit intomasterfrom
codex/create-cnnclassifier-in-cnn_torch.py
Draft

Add PyTorch CNN classifier and training pipeline#3
coqylight wants to merge 1 commit intomasterfrom
codex/create-cnnclassifier-in-cnn_torch.py

Conversation

@coqylight
Copy link
Copy Markdown
Owner

Summary

  • add a PyTorch CnnClassifier that mirrors the TensorFlow inference stack and exposes probability and training helpers
  • load TFRecord datasets into tensor dataloaders and add a metric-aware PyTorch training loop for the CNN path
  • update the training entrypoint to drive the new PyTorch implementation while keeping the existing TF-based flows for other models

Testing

  • python -m compileall aav/model_training/cnn_torch.py aav/model_training/train.py

Codex Task

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.

1 participant