Dhruv Madeka

Results 7 issues of Dhruv Madeka

The GridHeatMap does not use multiple layers ala the Map Mark, as a result, strokes on individual cells do not show correctly.

Enhancement

@ibdafna1 suggested we have an easy interface to a seaborn like GridMap, this will next text for each cell of the GridHeatMap, ala MarketMap

Enhancement

``` python try: silent = bool(old_value == new_value) except: # if there is an error in comparing, default to notify silent = False ``` When `==` doesn't work (think `np.array`...

There doesn't seem to be a wrapper in Python for the function

self.mod_ids = Lambda(lambda sent: sent % (nr_tune-1)+1, output_shape=(self.max_length,)) Returns an error saying - TypeError: unsupported operand type(s) for %: 'KerasSymbol' and 'int'

The line: LSTM (1000,activation = 'tanh',return_sequences = True)(ht) produces a strange error for me: /usr/local/lib/python3.5/dist-packages/keras/layers/recurrent.py in get_initial_states(self, x) 202 def get_initial_states(self, x): 203 # build an all-zero tensor of shape...