supercell icon indicating copy to clipboard operation
supercell copied to clipboard

supercell

Results 2 supercell issues
Sort by recently updated
recently updated
newest added

Hi, are you going to port the hyper lstm to pytorch?

Thanks for you code and the design of Hypercell is amazing! I have a question about the initialization of the cell. `self.cell= supercell.HyperLSTMCell(num_units=args.state_size.....)` `output, self.last_state = tf.nn.dynamic_rnn(self.cell, self.X, initial_state=??? )`...