pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript language:CSS
Filter by
191M results
Refactor phidp_qc_processing to enhance ray validation and cleanup logic in PHIDP processing
Summary
- Add TestKalmanStationaryCoefficients to cover Kalman.stationary_coefficients
- Verify MA and VAR coefficient recursion against a reference implementation
- Exercise both Riccati solvers ...
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...
Problem
Final item from the DB connection-correctness sweep (after #701 and #702). IdentityResolver._attempt_identity_merge()
acquired a connection inside the try and closed it only on the two success ...
Problem\n\nLocalLLMClient and GrokClient each create a persistent httpx.Client with a connection pool at startup:\n\npython\n# llm/client.py\nclass LocalLLMClient:\n def __init__(self, ...):\n ...
What
Adds GET /api/v1/postman.json — a Postman Collection v2.1 derived from the OpenAPI 3.1 spec at request time, so it can
never drift from the API and needs zero separate maintenance. Same sync guarantee ...
Adding bst_test.rb ternary_search_array.f90 AhoCorasickTest.java leetcode_directory_md.py volume.cpp
발음 정확도(DTW) 측정 로직 변별력 개선
배경
기존 구현(MFCC 13차 전체 + cosine DTW)은 변별력이 거의 없었음.
- TTS vs 정답발음 vs 오답발음을 비교해도 점수가 90%대에 몰려서 구분이 안 됐고, TTS 기준 실측에서는 오답이 정답보다 더 높게 나오는 역전 현상까지 확인됨.
작업 내용
발음 정확도 알고리즘 (src/recognition/pronunciation.py) ...