partial_wang_init_fn_with_num_layers#
- partial_wang_init_fn_with_num_layers(num_layers)#
Factory that returns
partial(wang_init, num_layers=...).Useful with LazyConfig so that
num_layerscan be provided via OmegaConf interpolation (e.g.,"${net.num_blocks}") and resolved before constructing the callable.