-
Updated
Jul 12, 2020 - JavaScript
caffe2
Here are 95 public repositories matching this topic...
-
Updated
Nov 21, 2018 - Shell
-
Updated
Jun 10, 2020 - Python
-
Updated
Mar 2, 2020
-
Updated
Jun 21, 2020
Changes made in #1874 to test/models/mxnet/1rnn_layer_3lstm.json reveal an error in the fusion of a sequence of LSTM cells into a single layer RNN for gpu.
The fused result should look like:

Instead, we currently see:
.
Thus, in many cases neural networks that do "Output[i,j,k] = Input[i,j,k] + Input[k.j.i]" (or anything similarly stupid) should be just fine. Let's not use really working neural networks for unit
-
Updated
Aug 27, 2017 - C++
-
Updated
Mar 2, 2018 - Python
-
Updated
May 2, 2020 - Python
-
Updated
Oct 16, 2019 - C++
-
Updated
Dec 21, 2019 - Jupyter Notebook
-
Updated
Oct 1, 2019 - C++
-
Updated
Oct 27, 2017 - C++
-
Updated
Feb 11, 2019 - Python
-
Updated
Jul 16, 2019 - Python
-
Updated
Aug 24, 2017 - Jupyter Notebook
-
Updated
Sep 29, 2018 - Python
-
Updated
Oct 7, 2019 - Python
-
Updated
Jul 1, 2019 - Jupyter Notebook
-
Updated
May 16, 2018 - Elixir
Improve this page
Add a description, image, and links to the caffe2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the caffe2 topic, visit your repo's landing page and select "manage topics."
Hi,
I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)
My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?
Is there something missing in the docs?
Example: https://www.deepdetec