023331ec2a7b0086abfc81eca16c84a1692ee653,keras/layers/convolutional.py,Convolution2D,build,#Convolution2D#Any#,420

Before Change



        if self.initial_weights is not None:
            self.set_weights(self.initial_weights)
            del self.initial_weights
        self.built = True

    def get_output_shape_for(self, input_shape):
        if self.data_format == "channels_first":

After Change


            raise ValueError("The channel dimension of the inputs to "
                             "`SeparableConv2D` "
                             "should be defined. Found `None`.")
        input_dim = int(input_shape[channel_axis])
        depthwise_kernel_shape = (self.kernel_size[0],
                                  self.kernel_size[1],
                                  input_dim,
                                  self.depth_multiplier)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: keras-team/keras
Commit Name: 023331ec2a7b0086abfc81eca16c84a1692ee653
Time: 2017-02-09
Author: francois.chollet@gmail.com
File Name: keras/layers/convolutional.py
Class Name: Convolution2D
Method Name: build


Project Name: dPys/PyNets
Commit Name: 119d1b9063ac43d96622f40e9bffebbefa2a732f
Time: 2018-06-18
Author: dpisner@utexas.edu
File Name: pynets/plotting.py
Class Name:
Method Name: plot_all


Project Name: lebedov/scikit-cuda
Commit Name: b0939c88417d3618a5d0b68ad15d1051686a821b
Time: 2013-03-07
Author: lev@columbia.edu
File Name: scikits/cuda/cublas.py
Class Name:
Method Name:


Project Name: CyberReboot/NetworkML
Commit Name: 8c8e3f51fea8ee20b658ed1ac1535f7d823e45d6
Time: 2020-02-09
Author: josh@vandervecken.com
File Name: networkml/featurizers/funcs/host.py
Class Name: Host
Method Name: _get_tcp_flags