-
CRNN(
(cnn): Sequential(
(conv0): Conv2d(1, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1))
(relu0): ReLU(inplace=True)
(pooling0): MaxPool2d(kernel_size=2, stride=2, padding=…
-
Hi there Lvella, great work coding rnn with the dlib framework.
Following your discussion with Davis King on https://github.com/davisking/dlib/issues/290
do you think dlib-rnn will be merged into dl…
-
https://www.reddit.com/r/MachineLearning/comments/ebf7ek/p_i_gave_a_workshop_on_writing_creatively_with/
> One suggestion: instead of training separate finetuned models like one for Alan Watts, the…
-
Hi,
### Context
I'm currently working on some NLP stuff which includes working on character-level encoding through RNNs. For this, I'm using pack_padded_sequence/pad_packed_sequence which does th…
-
when generating texts from shakespeare's text as input text a lot of \n are present. Any solution for this ?
-
When running `sample.lua` against t7 files I frequently (but not always, depending on set temperature and seed text) come up against this error
```
/home/me/torch/install/bin/luajit: bad argument #2 …
-
ubgpu@ubgpu:~/github/RNN_Experiments$ sudo ./run_scripts/1xLSTM_100Units.sh
[sudo] password for ubgpu:
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "main.py", line 1…
-
Hey gents! I believe #434 is buggy. @andresy @albanD @soumith
If the sum of probs is a double but the cumulative distribution array is a float array, then you can end up with the last element of the…
-
I test the model of yolov3 with python interface of ```darknet.py```. But the results of bboxes have a coordinate offsets. The result picture link is [here](https://github.com/AaronYKing/BUG/blob/mast…
-
I have obtained the feature vectors from last layer of the CNN (10, 50, 4, 4). I would like to feed them into LSTM (using char_rnn.py code modified).
However, I am getting the following error of m…