YitzhakSp

Results 7 issues of YitzhakSp

I am struggling to understand the meaning of the parameters in `function LSTM.lstm(input_size, rnn_size, n, dropout)` from model/LSTM.lua looking at the following line from train.lua, where the lstm is built:...

in model/LSTM.lua we have the following code sequence `local reshaped = nn.Reshape(4, rnn_size)(all_input_sums)` `local n1, n2, n3, n4 = nn.SplitTable(2)(reshaped):split(4)` my question is about the second line. if I understand...

Hi. It would be nice in svd.fit() to have a verbose mode, where train- and validation error would be printed in every iteration. Currently only validation error is printed and...

enable specification of device (GPU0, GPU1, CPU etc.)

I installed matio on ubuntu following the instructions, namely: 1. # apt-get install libmatio2 2. # luarocks install matio when I tried to run this little testfile.lua : local matio...

I have a problem with camera setting. Getting either black screen or useless camera perspective (an image that is not informative), when rendering my model. Please help me to find...

For anyone who is interested ... here is a version of the project that can be installed and ran on Windows. It was tested on Windows 11 but I strongly...