Dynamic-memory-networks-plus-Pytorch icon indicating copy to clipboard operation
Dynamic-memory-networks-plus-Pytorch copied to clipboard

Implementation of Dynamic memory networks plus in Pytorch

Results 4 Dynamic-memory-networks-plus-Pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for your unselfish sharing and nice work. I noticed that the test accuracy writed in log.txt is as `fp.write(f'[Run {run}, Task {task_id}, Epoch {epoch}] [Test] Accuracy : {total_acc:...

Hi, Thank you for sharing nice codes!! It will be really helpful to me. Could you explain how to use pretrained model to get an accuracy? I am new to...

Are we supposing the same length for each sentence in the position encoding? https://github.com/dandelin/Dynamic-memory-networks-plus-Pytorch/blob/ad49955f907c03aade2f6c8ed13370ce7288d5a7/babi_main.py#L18 As in above, each sentence encoding is divided by the same number elen-1.

How to add an interactive module for new paragraph and question?