fc6b9a25573ea865ad21d92e5b6f926ed3cdba19,tests/models/test_model_save_graph.py,ElementWise_lambda_test,test_elementwise_lambda_func,#ElementWise_lambda_test#,393

Before Change


        output2 = M2(ipt).numpy()

        self.assertEqual((output1 == output2).all(), True)
        self.assertEqual(M1.config, M2.config)

    // // ElementwiseLambda does not support keras layer/model func yet
    // def test_elementwise_keras_model(self):
    //     kerasinput1 = tf.keras.layers.Input(shape=(100, ))

After Change


        output1 = M1(ipt).numpy()
        output2 = M2(ipt).numpy()

        M1_config = RemoveDateInConfig(M1.config)
        M2_config = RemoveDateInConfig(M2.config)

        self.assertEqual((output1 == output2).all(), True)
        self.assertEqual(M1_config, M2_config)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 22

Non-data size: 4

Instances


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_lambda_func


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Reuse_ModelLayer_test
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_lambda_func


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Model_Save_and_Load_without_weights
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Reuse_ModelLayer_test
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_no_para_with_args


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Vgg_LayerList_test
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Model_Save_and_Load_without_weights
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: 6bb17456fd18950096051a6f21a4fad7d15faf0e
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_keras_model


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_no_para_with_args


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_no_para_no_args


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_no_para_with_args


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_no_para_with_args


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_no_para_no_args


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_no_para_no_args


Project Name: tensorlayer/tensorlayer
Commit Name: 6bb17456fd18950096051a6f21a4fad7d15faf0e
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_keras_layer


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: List_inputs_outputs_test
Method Name: test_list_inputs_outputs


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Vgg_LayerList_test
Method Name: test_save


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_keras_layer


Project Name: tensorlayer/tensorlayer
Commit Name: 79f5d2f8e688c6bb503ddf2cdf6dc8063e943be4
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: Lambda_layer_test
Method Name: test_lambda_layer_keras_model


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: List_inputs_outputs_test
Method Name: test_list_inputs_outputs


Project Name: tensorlayer/tensorlayer
Commit Name: fc6b9a25573ea865ad21d92e5b6f926ed3cdba19
Time: 2019-06-06
Author: 37874862+warshallrho@users.noreply.github.com
File Name: tests/models/test_model_save_graph.py
Class Name: ElementWise_lambda_test
Method Name: test_elementwise_no_para_no_args