martinnormark / neural-mesh-simplification

Un-official and WIP Implementation of the Neural Mesh Simplification paper
MIT License
10 stars 0 forks source link

Implement robust training pipeline #13

Open martinnormark opened 3 months ago

martinnormark commented 3 months ago

Overview

The current training pipeline needs a complete refactor to improve reliability, monitoring, and reproducibility. This issue focuses on implementing core training functionality before scaling to multi-GPU support.

Current Limitations

Requirements

Training Loop Structure

State Management

Metrics and Logging

Configuration

Error Handling

Implementation Notes

Success Criteria

Out of Scope (Future Issues)

Related Issues/PRs