-
-
Hi,
I wonder can I use the outputs of several Conv layers (e.g., T Conv layers) as the input of this ConvLSTM layer (here, T can be regarded as the time-steps)? In such case, do I need to prepare o…
-
I wanted to note I appreciate the from_torch tutorials that were recently uploaded and the help they provide. I wanted to ask some clarifying questions.
When using the from_torch function does the o…
-
I get this error when compiling on macOS 10.12
```
[loretoparisi@:mbploreto darknet_mobilenet]$ make
mkdir -p obj
mkdir -p backup
mkdir -p results
gcc -Iinclude/ -Isrc/ -Wall -Wfatal-errors -f…
-
Our current brain hierarchy of the PyTorch brains is a little bit cluttered. While the PyTorch implementations of Elman, GRU and LSTM use `IPytorchBrain` as a base class, the FFNN PyTorch implementati…
-
I would like to use the darknet.py, then I modify the Makefile.
The following is the Makefile's content.
```
GPU=0
CUDNN=0
CUDNN_HALF=0
OPENCV=1
AVX=0
OPENMP=0
LIBSO=1
ZED_CAMERA=0
NNP…
-
### What happened + What you expected to happen
The new API stack for RLlib seems to have challenges with observation wrappers, which are quite handy for action masking models. Unlike #44452, it is n…
-
https://arxiv.org/abs/1801.01671
-
In https://github.com/Lasagne/Recipes/pull/23#issuecomment-141979978, @skaae brought up the idea of splitting up the recurrent layers into layers performing a single computation step and a container l…
-
#
1. [ cheat sheet about DL/ML architectures](http://www.asimovinstitute.org/neural-network-zoo/)
2. http://deeplearninggallery.com/ - Deep Learning Gallery - a curated list of awesome deep l…