def _conv2d(self, name, _input, filters, size, channels, stride, padding = 'VALID', init = "torch"): w = self._conv_weight_variable([size,size,channels ...
確定! 回上一頁