-
Hello, I am a beginner. Is this the most basic lstm model? Can I use this as a baseline? Or should a more complex model be used?
-
Hi, agethen.
Thanks for your work! I am trying to re-implement Polygon-RNN, a net takes two frames and two states before as input. The RNN part looks like below.
I have totally no idea how to writ…
-
Thank's for sharing this code. I was wondering if exist a way to use different format of jointand number of joints in training, what would be the changes that we should made in this project.
Thank's …
-
`
./src/network_kernels.cu: In function ‘float train_network_datum_gpu(network, float*, float*)’:
./src/network_kernels.cu:359:7: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
…
-
Very good project!
I'm really interested in your DDPG algorithm with LSTM. Is it based on the paper :
> Nicolas Heess & Jonathan Hunt et al,Memory-based control with recurrent neural networks?
…
-
-
Hello,
I have some doubts about the process of training the audiovisual model. Currently, I am following the steps indicated on the README going from temporalconv, backend, and later finetuneGRU to …
-
I want to train my own custom data using google colab and get stuck at this phase
```
%cd /content/drive/My Drive/darknet
!./darknet detector train data/obj.data cfg/yolov3-obj.cfg darknet53.conv…
-
Hi,
I might have interesting articles for you to add. It's a list of 34 articles using deep learning methods applied to MIR. The list is in form of a bib file where the field `code` points to the we…
-
hi,
I see that you are padding the inputs to get equal length of 52. But, it seems padding is applied to only character inputs but not to words.
```
# 0-pads all words
def padding(Sentences)…