A barebones template for ML projects using PyTorch, Transformers, and Hydra. It includes definitions for a Docker development container to streamline the environment setup in VS Code.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Update README.md to clarify configuration paths and add recommendations for best practices
fa0894fView on GitHubAdd NtfyCallback for training notifications, DatasetProcessor for dataset transformations, updated template configs
017890eView on GitHubUpdate pre-commit configuration to include additional Bandit security checks
ea8e595View on GitHubUpdate Makefile and README.md for improved setup instructions and user guidance
524189eView on GitHubUpdate train.sh to allow passing PYTHON_ARGS and include nvidia-smi command
6ad1d04View on GitHubUpdate Makefile to use dynamic image base and modify devcontainer.json accordingly
e2546ecView on GitHubRename build-docker target to docker-build in Makefile for consistency
f63fc41View on GitHubUpdate devcontainer configuration to include necessary extensions and workspace settings.
237b2a1View on GitHubUpdate Python version to 3.11 and install pre-commit version <4 to avoid breaking changes with docformatter
05907deView on GitHubAdd initial project structure with scripts, configuration files, and setup
b202d3bView on GitHub