2 references to NumLayerChoices
Microsoft.ML.TorchSharp (2)
NasBert\Modules\SearchSpace.cs (1)
222
$"Unsupported layer index {layerIndex}. Expected to be within [0, {
NumLayerChoices
})."),
NasBert\Modules\TransformerCell.cs (1)
52
var operations = Enumerable.Range(0, SearchSpace.
NumLayerChoices
)