Commit Graph

12 Commits

Author SHA1 Message Date
newbieQQ 9f241757c6 refactor: unify model base and update docs roadmap 2026-03-29 20:01:40 +08:00
newbieQQ f6f839ebc0 refactor: unify module structure and suppress training warnings
- Move canonical implementations to Qfunctions layer (divSet.py, loadData.py, saveToXlsx.py)
- Remove duplicate compatibility shims (loaData.py, saveToxlsx.py)
- Remove redundant Qtorch/Functions/ directory
- Add zero_division=0 to sklearn metrics to suppress UndefinedMetricWarning
- Set matplotlib backend to Agg to eliminate Wayland/Qt warnings
- Update all imports to use canonical module paths
2026-03-29 12:48:41 +08:00
qyh1510@gmail.com 48e57490f2 Merge remote-tracking branch 'origin/master' into main 2026-03-28 21:38:43 +08:00
qyh1510@gmail.com 3e07b4258f update 2026-01-09 16:09:18 +08:00
newbie 4fea502e6b Update Qnn model data preparation to include unsqueeze for tensor dimensions; replace Qmlp with QCNN in main.py; add diagram generation script 2025-12-14 23:24:52 +08:00
newbie 0667dd90d1 Add confusion matrix attributes to Qnn model; remove unused test.py file; comment out QCNN model instantiation in main.py 2025-06-24 23:31:19 +08:00
newbie 61e4af020d Refactor data saving and visualization functions; add metrics tracking in Qnn model 2025-06-24 23:10:53 +08:00
newbie 2c9169273f update divSet 2024-12-30 12:26:03 +08:00
newbie 34bba1a1c9 CNN fist done 2024-11-30 10:55:27 +08:00
newbie 101ba89c34 删除没用代码 2024-11-28 19:51:17 +08:00
newbie 0dd4b05977 remove unuse conde 2024-11-28 13:42:32 +08:00
newbie 884db9b926 init 2024-10-07 09:54:32 +08:00