| Dependency import check |
python import selected packages |
Core packages import |
Only yaml imported; ML dependencies missing |
Partial |
| Syntax compilation |
python -m py_compile ... |
No syntax errors |
Passed |
Pass |
Dependency import check in xnet_mamba |
import selected packages |
Core packages import |
torch, monai, ptwt, timm, triton, PIL import; pytest and swanlab missing |
Partial |
| XNet2d shape test |
direct call to tests.test_xnet_2d in xnet_mamba |
seg_logits shape equals input spatial size |
Passed |
Pass |
| BUSI split check |
scripts/generate_project_split.py --dataset BUSI --root data/BUSI --seed 42 |
Train/val splits load |
624 train, 156 val |
Pass |
| CPU smoke training |
1 epoch small BUSI run on CPU |
Training loop completes |
Failed in VMamba cross_scan_fn: expected cuda device, got cpu |
Fail |
| CUDA smoke training |
1 epoch small BUSI run on CUDA |
Training loop completes |
Passed 312/312 steps, final total loss 0.8458519516847073 |
Pass |