repeat (inputs,repetitions,layer,scale=0.10) - Applies the same layer with the same arguments repeatedly. ```python y = repeat(x, 3, conv2d, 64, [3, 3], ...
確定! 回上一頁