-
Updated
May 24, 2020
deep-learning-library
Here are 44 public repositories matching this topic...
-
Updated
Apr 19, 2020 - Cuda
Hi,
How to write a C# generator for model.fit_generator()? Any example please.
-
Updated
May 4, 2018 - Vue
-
Updated
May 29, 2018 - JavaScript
-
Updated
Jul 1, 2019 - Python
-
Updated
Apr 15, 2018 - Jupyter Notebook
-
Updated
Apr 2, 2020 - Python
-
Updated
May 7, 2020 - C++
-
Updated
Nov 15, 2019 - Python
-
Updated
Feb 17, 2017 - C++
Shinnosuke
Is your feature request related to a problem? Please describe.
Write a tutorial on using inception_v3 or vgg to classify imagenet images. This could help starters with image classificaton.
Describe the solution you'd like
An example like mnist that shows how to train vgg16 or inception_v3 on image net or a similar but smaller task. Ideally this would include transfer learning. Startin
-
Updated
Jul 19, 2019 - Python
Hey guys,
at first thanks a lot for your work on SPNs and this nice library!
I'm currently checking out your library's features and found some missing import in the ipython notebook for tutorial 1c:
"import tensorflow as tf"
should do the trick.
thanks for your fix,
Tobias
-
Updated
Nov 13, 2016 - Python
-
Updated
Oct 20, 2017 - C
-
Updated
May 28, 2017 - Python
-
Updated
Apr 11, 2019 - Jupyter Notebook
-
Updated
May 7, 2020 - C#
-
Updated
Aug 29, 2017 - Java
-
Updated
May 1, 2016 - Python
Documentation Needed
Documentation in form of Markdown is needed.
Due to the fact that Vortex is quite close to the initial release, a good and optimized documentation is due.
Requirements
The requirement for the documentation is that every class needs to have a unique page on which every function within the said class is explained in detail in addition to a C# Example code.
-
Updated
Aug 3, 2017 - Python
-
Updated
Aug 9, 2019 - Python
-
Updated
May 22, 2020 - Python
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Mar 28, 2018 - Jupyter Notebook
-
Updated
Nov 28, 2018 - C++
Improve this page
Add a description, image, and links to the deep-learning-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deep-learning-library topic, visit your repo's landing page and select "manage topics."


When passing a two-dimensional input layer to LSTMLayer, it will break with an uninterpretable error message:
The reason is that
np.prod(())returns1.0as anumpy.float64instance when computingnum_units: https://github.com/Lasagne/Lasagne/blob/master/lasagne