v1: U-Net radio coverage prediction (2-channel input, baseline)

This commit is contained in:
2026-06-07 20:54:13 +08:00
commit 0749daa2f9
17 changed files with 964 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
data/
checkpoints/
outputs/
*.zip
__pycache__/
*.pyc
.ipynb_checkpoints/
.DS_Store
*.onnx
checkpoints_diag/
checkpoints_v2/