A simple training job designed to run on GPU.
This project provides a straightforward implementation for training machine learning models with GPU acceleration.
- GPU with CUDA support
- Python 3.8+
- PyTorch or TensorFlow (GPU-enabled)
Run the training job:
python train.pyUpdate config.yaml to adjust training parameters such as batch size, learning rate, and number of epochs.
MIT