R-net icon indicating copy to clipboard operation
R-net copied to clipboard

A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks

Results 16 R-net issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

What should I do if this keeps happening? ![bandicam 2020-11-09 01-37-28-321](https://user-images.githubusercontent.com/71064896/98470955-4b2bd000-222c-11eb-9e65-08f889746e00.jpg)

hello i take this code and i run it on colab when i run it i got these message TypeError: An op outside of the function building code is being...

Bumps [nltk](http://nltk.org/) from 3.2.5 to 3.4.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nltk&package-manager=pip&previous-version=3.2.5&new-version=3.4.5)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I get the following error after running an embedding layer as; `Embedding(23624, 50, input_length=5, trainable=False)` > InvalidArgumentError (see above for traceback): **indices[6,4]** = 23624 is not in [0, 23624) >...

glove = np.reshape(glove,(Params.vocab_size,Params.emb_size)) File "/home/kamal/.local/share/virtualenvs/R-net-master-kpkmZweY/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 292, in reshape return _wrapfunc(a, 'reshape', newshape, order=order) File "/home/kamal/.local/share/virtualenvs/R-net-master-kpkmZweY/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 56, in _wrapfunc return getattr(obj, method)(*args, **kwds) ValueError: cannot reshape array of size...

when the network process the attention match rnn, in the first loop, it actually process question - passage attention. In the function 'attention_rnn' when it calls attention, the outputs_ is...

Initially I had issue while running model.py. Cannot reshape array of size 27481400 into shape(91604,300). But I have fixed it by changing the config value vocab_size by 2196018 . My...

Can sombody share this code result on squad? I want to know whether this code can recurrent r-net?

I am trying to build a QA model for a custom dataset. Is there a way in which I can fine-tune the model for initializing the weights(Tensorflow weights as initialization)...