7e49a1b4a36229a9aa7d3cffe12a7965c02f41cc,autokeras/graph.py,Graph,_dense_block_end_node,#Graph#Any#,365

Before Change


        return ret

    def _dense_block_end_node(self, layer_id):
        return self._block_end_node(layer_id, Constant.DENSE_BLOCK_DISTANCE)

    def _conv_block_end_node(self, layer_id):
        Get the input node ID of the last layer in the block by layer ID.
            Return the input node ID of the last layer in the convolutional block.

After Change


        return ret

    def _dense_block_end_node(self, layer_id):
        return self.layer_id_to_input_node_ids[layer_id][0]

    def _conv_block_end_node(self, layer_id):
        Get the input node ID of the last layer in the block by layer ID.
            Return the input node ID of the last layer in the convolutional block.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 8

Instances


Project Name: jhfjhfj1/autokeras
Commit Name: 7e49a1b4a36229a9aa7d3cffe12a7965c02f41cc
Time: 2018-08-23
Author: jhfjhfj1@gmail.com
File Name: autokeras/graph.py
Class Name: Graph
Method Name: _dense_block_end_node


Project Name: jhfjhfj1/autokeras
Commit Name: ffbda8a3d7442c4576bbbff2f8c666ff23313fdf
Time: 2018-08-23
Author: jhfjhfj1@gmail.com
File Name: autokeras/graph.py
Class Name: Graph
Method Name: _dense_block_end_node