recurrentshop
recurrentshop copied to clipboard
Why are GRNCell and LSTMCell defined in two places?
The classes GRNCell and LSTMCell are included in both basic_cells.py and cells.py. Is this intended?
They are examples of the two ways you could implement them.