23cb8d9355951a3ca48b9b023678832e209d1fb2,sonnet/python/modules/conv_gpu_test.py,Conv1DTransposeTestDataFormats,testConv1DTransposeDataFormats,#Conv1DTransposeTestDataFormats#Any#Any#,395

Before Change


  def testConv1DTransposeDataFormats(self, use_bias, stride):
    Check the module produces the same result for supported data formats.
    input_shape = (self.INPUT_SHAPE.input_batch,
                   np.ceil(self.INPUT_SHAPE.input_width / stride),
                   self.INPUT_SHAPE.input_channels)

    func = functools.partial(

After Change


  def testConv1DTransposeDataFormats(self, use_bias, stride):
    Check the module produces the same result for supported data formats.
    input_shape = (self.INPUT_SHAPE.input_batch,
                   int(np.ceil(self.INPUT_SHAPE.input_width / stride)),
                   self.INPUT_SHAPE.input_channels)

    func = functools.partial(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 3

Instances


Project Name: deepmind/sonnet
Commit Name: 23cb8d9355951a3ca48b9b023678832e209d1fb2
Time: 2018-04-10
Author: noreply@google.com
File Name: sonnet/python/modules/conv_gpu_test.py
Class Name: Conv1DTransposeTestDataFormats
Method Name: testConv1DTransposeDataFormats


Project Name: chainer/chainercv
Commit Name: 93cfd8bd22d6b798b94aead3c8ea75ace2727265
Time: 2019-02-18
Author: shingogo@hotmail.co.jp
File Name: chainercv/functions/ps_roi_max_align_2d.py
Class Name: PSROIMaxAlign2D
Method Name: backward_cpu


Project Name: NifTK/NiftyNet
Commit Name: 41f82f415f8f91d9cdaabf7865dae4e8731dd140
Time: 2019-04-10
Author: stian.johnsen@kcl.ac.uk
File Name: niftynet/layer/convolution.py
Class Name:
Method Name: _extended_convolution


Project Name: NTMC-Community/MatchZoo
Commit Name: f9951dd2a3ecfa9368ae764826b47ce0c9f4c19c
Time: 2018-11-30
Author: fanyixing111@hotmail.com
File Name: matchzoo/data_generator/pair_data_generator.py
Class Name: PairDataGenerator
Method Name: num_instance


Project Name: chainer/chainercv
Commit Name: 93cfd8bd22d6b798b94aead3c8ea75ace2727265
Time: 2019-02-18
Author: shingogo@hotmail.co.jp
File Name: chainercv/functions/ps_roi_max_align_2d.py
Class Name: PSROIMaxAlign2D
Method Name: forward_cpu


Project Name: deepmind/sonnet
Commit Name: 23cb8d9355951a3ca48b9b023678832e209d1fb2
Time: 2018-04-10
Author: noreply@google.com
File Name: sonnet/python/modules/conv_gpu_test.py
Class Name: Conv3DTransposeTestDataFormats
Method Name: testConv3DTransposeDataFormats


Project Name: deepmind/sonnet
Commit Name: 23cb8d9355951a3ca48b9b023678832e209d1fb2
Time: 2018-04-10
Author: noreply@google.com
File Name: sonnet/python/modules/conv_gpu_test.py
Class Name: Conv2DTransposeTestDataFormats
Method Name: testConv2DTransposeDataFormats