eeap-examples
eeap-examples copied to clipboard
Code for Document Similarity on Reuters dataset using Encode, Embed, Attend, Predict recipe
`ng-vocab.tsv` file is missing. I checked this [issue ](https://github.com/sujitpal/eeap-examples/issues/3). Added this code to generate the file and verify the result. It gave me accuracy score of 55% (approx). Then instead...
Python3 : `TypeError: a bytes-like object is required, not 'str'` Python2 : `IOError: [Errno socket error] [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)` Can someone put the dataset on drive if they...
Hey, First, thanks for the kind words in various places :). I came across your posts, which led me here. I also spent quite some time working on similarity models....
I guess custom_attn is a customized package, so how can I setup and import it, Thanks!