ceedc39e529dbd8a66bdb3950af131b75b430683,tensorflow_/tensorflowcv/models/vgg.py,VGG,__call__,#VGG#Any#Any#,242

Before Change


                name="features/stage{}/pool".format(i + 1))

        in_channels = in_channels * 7 * 7
        x = tf.reshape(x, [-1, in_channels])
        x = vgg_output_block(
            x=x,
            in_channels=in_channels,
            classes=self.classes,

After Change



        in_channels = in_channels * 7 * 7
        // x = tf.reshape(x, [-1, in_channels])
        x = flatten(
            x=x,
            out_channels=in_channels,
            data_format=self.data_format)
        x = vgg_output_block(
            x=x,
            in_channels=in_channels,
            classes=self.classes,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: osmr/imgclsmob
Commit Name: ceedc39e529dbd8a66bdb3950af131b75b430683
Time: 2019-02-10
Author: osemery@gmail.com
File Name: tensorflow_/tensorflowcv/models/vgg.py
Class Name: VGG
Method Name: __call__


Project Name: osmr/imgclsmob
Commit Name: 0121e3e6226ad0034ae12abeeb451e0b30cfa8c4
Time: 2019-02-09
Author: osemery@gmail.com
File Name: tensorflow_/tensorflowcv/models/alexnet.py
Class Name: AlexNet
Method Name: __call__


Project Name: matplotlib/matplotlib
Commit Name: 7eb563cf4f6b4f379f58fd80c3432274e27e797f
Time: 2020-10-15
Author: 2.71828cotner@gmail.com
File Name: examples/statistics/time_series_histogram.py
Class Name:
Method Name:


Project Name: tensorflow/cleverhans
Commit Name: 705e7cf1adf24ff97cb725f198563e86cb221a2f
Time: 2019-06-22
Author: siarheisiniak@yahoo.com
File Name: cleverhans/model_zoo/deep_k_nearest_neighbors/dknn.py
Class Name: DkNNModel
Method Name: find_train_knns