Views
No views yet
| Model | Channels | Grid | Patch | Architecture |
|---|---|---|---|---|
TCF | 4 | 96³ | 3 | ReViT3D |
MHD_64 | 7 | 64³ | 2 | ReViT3D |
1from revit import load_pretrained
2model = load_pretrained("TCF") # or "MHD_64"config.json (the model config), best_model.pth
(state dict), and the original config.yaml for provenance.