Experiment - GPU tensors (to, cuda)
Problem:You have a simple neural network model training on CPU. The training is slow because it does not use GPU acceleration.
Current Metrics:Training time per epoch: 12 seconds, Training accuracy: 85%, Validation accuracy: 83%
Issue:The model training is slow because tensors and model are on CPU instead of GPU. This limits speed and efficiency.