cudnn
Here are 112 public repositories matching this topic...
Hyperlink of the edit on Github button on the top right corner of this page https://docs-cupy.chainer.org/en/stable/reference/generated/cupy.ndarray.html#cupy.ndarray.nonzero seems to be broken.
right now it is linked to https://github.com/cupy/cupy/blob/107c7d2899fa34af8ea3a80f79edaf950709b764/docs/source/reference/generated/cupy.ndarray.rst
-
Updated
Oct 15, 2018 - Jupyter Notebook
The docs generated for #431 at https://mratsim.github.io/Arraymancer/pca.html have broken formatting:
-
Updated
Jun 26, 2018 - Python
scale.cpp
在我的应用里,发现带BN+scale结构推理速度更快;但是,我发现scale.cpp不支持bias的参数预加载,即在网络初始化时,无法提前规划权重。我觉得可以采用caffe源码中的实现,将57-59行
bias_param_id_ = this->blobs_.size();
this->blobs_.resize(bias_param_id_ + 1);
this->blobs_[bias_param_id_] = bias_layer_->blobs()[0];
替换为:
if (this->blobs_.size() + bottom.size() < 3) {
// case: blobs.size == 1 && bottom.size == 1
// or blobs.size == 0 && bottom.size == 2
-
Updated
Apr 25, 2019 - MATLAB
-
Updated
Feb 12, 2020
-
Updated
Feb 23, 2018 - Python
-
Updated
Apr 4, 2020 - C++
-
Updated
Mar 4, 2020 - Python
-
Updated
Nov 9, 2019 - Shell
-
Updated
Sep 12, 2019 - Python
-
Updated
Apr 23, 2020 - C++
-
Updated
Jul 9, 2018
-
Updated
Dec 10, 2016 - Jupyter Notebook
-
Updated
Jan 5, 2019 - Jupyter Notebook
-
Updated
Mar 29, 2018 - Python
-
Updated
Jan 27, 2020
-
Updated
Dec 7, 2019 - Racket
-
Updated
Apr 15, 2020 - Rust
-
Updated
May 2, 2017 - C++
-
Updated
Jul 1, 2019
-
Updated
Apr 19, 2020 - Shell
-
Updated
Mar 31, 2020 - C++
-
Updated
Oct 2, 2017 - Makefile
-
Updated
Dec 2, 2019
-
Updated
Apr 5, 2018 - Python
Improve this page
Add a description, image, and links to the cudnn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cudnn topic, visit your repo's landing page and select "manage topics."


Sphinx (
2.2.1ormaster) produces the following two kinds of warnings in my environment.duplicate object descriptionI think cross refs to such object is ambiguous.
autosummary: stub file not foundThere are
chainer.dataset.Converterbase class andchainer.dataset.converterdecorator.Therefore the filesystem has to allow to store `chainer.dataset.Conver