-
I am trying to implement reinforcement learning (e.g. REINFORCE or self-critical) that needs sampling from the model. Different from RNN/LSTM, because of self-attention, a currently generated word dep…
-
Hello,
When loading weights from a pretrained PyTorch model using the `VarBuilder::get` method, I've noticed that most of the loaded weights for different layers match correctly, except for a 2 lay…
-
**One-line summary (optional)**
- Learn the which architectures(layers, dropout rates etc.) are used by Melody-Rnn and FolkRNN.
**Reason**
- We would like to reproduce at least one of RNN based metho…
-
@jazzsaxmafia
Have you trained out a good model from your code ?
There might be a bug:
In the function of **build_model** and **build_generator** in **model_tensorflow.py**
`h = o * tf.nn.tanh(new_c…
-
想对自己的数据进行自定义打标预测,根据文档用tsn进行了特征提取,进行微调的话,我至少需要准备多少个带自定义标签的视频数据?
-
_Edit: DOI link https://doi.org/10.1007/978-3-319-21233-3_6_
Hi Dr. Greene et al.,
Here is another paper that I found to have a quite interesting premise: https://arxiv.org/pdf/1503.01919.pdf (apolo…
-
I try to execute prepared config files for nmt but seems that can not run all but nmt_small only. When I try to run them I get `NotFoundError : Key model/att_seq2seq/OptimizeLoss/model/att_seq2seq/dec…
-
Thanking you for sharing. I have already read this code, but I can't understand what the y means in the pv.csv.And this code' aim is to forecaste what? IS to Forecaste weather or realfeel .etc data in…
-
Thank you!
I am putting this to use in my work which takes a novel-ish approach to text classification based on LSTM. I'm seeing a pronounced improvement as it appears to 'tame' the model, making …
-