0f02b958d6bb792d10b7735c02528e9bc1443c73,tnn/cell.py,GenFuncCell,__call__,#GenFuncCell#,1360

Before Change


                                           dtype=self.dtype_tmp,
                                           **self.state_init[1])

                if mem_kwargs.get("time_sep", False):
                    mem_kwargs["time_suffix"] = curr_time_suffix // used for scoping in the op

                state = self.memory[0](output, state, **mem_kwargs)
                self.state = tf.identity(state, name="state")

                self.state_shape = self.state.shape

After Change


            else:
                mem_kwargs = copy.deepcopy(self.memory[1])
                mem_kwargs.pop("no_state", None)
                mem_kwargs.pop("max_internal_time", None)

                if state is None:
                    state = self.state_init[0](shape=output.shape,
                                           dtype=self.dtype_tmp,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: neuroailab/tnn
Commit Name: 0f02b958d6bb792d10b7735c02528e9bc1443c73
Time: 2019-07-02
Author: anayebi@stanford.edu
File Name: tnn/cell.py
Class Name: GenFuncCell
Method Name: __call__


Project Name: ilastik/ilastik
Commit Name: a6cf50669ef4d7d75a41f4bc172f6ce61396b38b
Time: 2019-08-16
Author: tomaz.vieira@embl.de
File Name: ilastik/applets/dataSelection/dataSelectionGui.py
Class Name: DataSelectionGui
Method Name: _createDatasetInfo


Project Name: tgsmith61591/pmdarima
Commit Name: d8a351a4d505d46cdd4713292ee651a6cbc11712
Time: 2019-11-18
Author: tgsmith61591@gmail.com
File Name: pmdarima/arima/arima.py
Class Name: ARIMA
Method Name: predict_in_sample