1 write to DistillBlocks
Microsoft.ML.TorchSharp (1)
NasBert\Models\NasBertEncoder.cs (1)
81DistillBlocks = 4;
3 references to DistillBlocks
Microsoft.ML.TorchSharp (3)
NasBert\Models\NasBertEncoder.cs (3)
119var blockPerLayer = numEncoderLayers / DistillBlocks; 181var blockPerLayer = Layers.Count / DistillBlocks; 257for (var i = 0; i < DistillBlocks; ++i)