1 EvlBackboneConfig
vin.backbone_evl.EvlBackboneConfig()Configuration for EvlBackbone.
1.1 Attributes
| Name | Description |
|---|---|
| target_type | Factory target for BaseConfig.setup_target. |
| paths | Project path resolver. |
| model_cfg | Hydra YAML used to instantiate efm3d.model.evl.EVL. |
| model_ckpt | Checkpoint containing an EVL state dict under ['state_dict']. |
| device | Torch device to run EVL on (auto-selects CUDA if available). |
| freeze | Disable gradients for all EVL parameters when True. |
| features_mode | Which EVL features to expose. |