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).
pub fn build_resnet_custom(
graph: &mut Graph,
config: &ArchitectureConfig,
) -> Result<SequentialModel, ModelError>Builds a ResNet with per-stage block counts (bypasses the single-count helper).