-
Hi,
A fresh torch install on Ubuntu 16. `luarocks install nn` fails. Logs attached.
```
$ luarocks install nn
Installing https://raw.githubusercontent.com/torch/rocks/master/nn-scm-1.rockspe…
-
Hi,
Can you let me know what licence torch/nn is released under? Is it under BSD-3, like torch7?
Thank you!
-
error: /home/zak/torch/install/share/lua/5.1/nn/THNN.lua:110: bad argument#3 to 'v' (cannot convert 'struct THDoubleTensor *' to 'struc THFloatTensor *')
when running th -train_rgb.lua with width a…
-
I was noticing that there isn't an upsampling function which would commonly be used in CNN's to return the shape of a signal back to the original shape after pooling operations. I put together what I …
-
Som arving
ønsker jeg informasjon om hva det innebærer å utpeke en skiftefullmektig
slik at jeg kan ta stilling til om jeg ønsker en fullmektig til å gjennomføre oppgjøret for meg.
**Krav/akseptans…
-
cwant updated
3 years ago
-
https://github.com/pytorch/examples/blob/cedca7729fef11c91e28099a0e45d7e98d03b66d/dcgan/main.py#L192
-
Provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible also provide a summary of what steps or workarounds y…
-
torch.nn.GRU 's input shape is [[sequence_size, batch_size, hidden_size]](https://pytorch.org/docs/stable/nn.html#torch.nn.GRU).
But your code such as https://github.com/Nrgeup/controllable-text-attr…
-
Hello, what's in the test model.classifier.classifier = nn.Sequential () what effect does removal have on the results? Shouldn't the new classification layer be loaded when the model is loaded? I use…