-
Updated
Jun 25, 2020 - Python
cudnn
Here are 116 public repositories matching this topic...
-
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
May 12, 2020 - C++
-
Updated
Sep 12, 2019 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Nov 9, 2019 - Shell
-
Updated
Jun 30, 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
Jun 28, 2020 - Rust
-
Updated
May 2, 2017 - C++
-
Updated
Jul 1, 2019
-
Updated
May 6, 2020 - C++
-
Updated
Jun 9, 2020 - Shell
-
Updated
Oct 2, 2017 - Makefile
-
Updated
Jun 11, 2020
-
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."




In my opinion, some people might not be able to contribute to CuPy because of not having an NVIDIA GPU. But they might not know that we can build a development env on google colab(As I did here).