Super Yong

Results 1 comments of Super Yong

`vim seq2seq/training/utils.py` **change the following** `cell_args = set(inspect.getargspec(cell_class.__init__).args[1:])` **to** `cell_args = set(inspect.signature(cell_class.__init__).parameters)`