- Add 57 unit tests covering generators, models, and pipeline components - Implement FastAPI HTTP service (server.py) with POST /solve and GET /health - Add checkpoint resume (断点续训) to both CTC and regression training utils - Fix device mismatch bug in CTC training (targets/input_lengths on GPU) - Add pytest dev dependency to pyproject.toml - Update .gitignore with data/solver/, data/real/, *.log - Remove PyCharm template main.py - Update training/__init__.py docs for solver training scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
150 B
Plaintext
19 lines
150 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
.idea/
|
|
.claude/
|
|
|
|
data/synthetic/
|
|
data/classifier/
|
|
data/solver/
|
|
data/real/
|
|
|
|
*.log
|
|
|
|
checkpoints/
|
|
onnx_models/
|
|
|
|
.DS_Store
|