-
![图片](https://user-images.githubusercontent.com/40679769/71860103-910b9980-312c-11ea-89b1-e14eef877021.png)
address:
tree_evaluator.h file, in line 122
compile error:
tree_evaluator.h(123,1): erro…
-
Currently base RNN class/functions are hard to extend. If someone would like to extend LSTM with new features to pytorch they would have to modify:
AutogradRNN ([nn/_functions/rnn.py](https://github.…
-
你好,想请教一下from keras_preprocessing.legacy import interfaces这里具体是怎么处理的
-
-
Traceback (most recent call last):
File "textClassifierHATT.py", line 203, in
l_dense_sent = TimeDistributed(Dense(200,input_shape=(200,)))(l_lstm_sent)
File "/usr/local/lib/python2.7/dist…
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
RLlib
### What happened + What you expect…
-
Where to look at...
-
I wrote a minimal int8 quantized Flash Attention implementation that sees a 31% speedup with reasonable accuracy. One big issue hindering its performance is that it can't utilize LDSM for the transpos…
-
Issue to track classification task
-
### Description
I want to get a word-alignment list in nmt system, but I don't know how to do this. Can this framework achieve my goal?