Skip to main content

build_resnet_custom

Function build_resnet_custom 

Source
pub fn build_resnet_custom(
    graph: &mut Graph,
    config: &ArchitectureConfig,
) -> Result<SequentialModel, ModelError>
Expand description

Builds a ResNet with per-stage block counts (bypasses the single-count helper).