-
Facing the following issue while running a convolution network with sparse input layer.
> File: Matrix.cpp Line: 4659 Function: Microsoft::MSR::CNTK::Matrix::UnrollConvolutionInput -> Featu…
-
Canonical ops: https://docs-preview.pytorch.org/90644/ir.html
The list below is an incomplete list of canonical ops + other ops ordered by usage. canonical ops are marked with `canonical`. Be sure…
-
[You posted on Reddit](https://www.reddit.com/r/MachineLearning/comments/l4rnfv/p_why_are_stacked_autoencoders_still_a_thing/).
I think this is very cool.
In the Reddit post you ask if you misse…
-
************************************************************************************
I use this code in resunet.py
out_s8 = self.conv4(out4)
out_s8 = self.norm4(out_s8)
out_s8 = self.block4(ou…
-
3rd paper on the **Inception** architecture from Google
### Objective
Understand the principles which guided the creation of the **Inception architecture** and allowed to scale the model.
Currently, …
-
Initially running the python train.py command the warning/error message that pops up is:
`2017-12-04 12:12:56,759 WARNING /root/repos/tensorflow/bazel-bin/tensorflow/core/user_ops/sparse_conv2d.so: c…
-
|id|title|author|year|
|---|---|---|---|
|3|Local Binary Convolutional Neural Networks|Juefei-Xu, Felix and Naresh Boddeti, Vishnu and Savvides, Marios|2017|
-
Thank you for your outstanding contribution!
I want to know how the Color-dominant Branch is combined with the point cloud and sent to the network. Does the radar point cloud only take effective poin…
-
Hi @liuzhuang13,
Thank you for a great work. I saw that you leveraged scaling factors of Batch normalization to prune incoming and outgoing weights at conv layers, However in DenseNet after a basic…
-
I think we can produce a significant speedup in our execution of LCA. Since most of the neurons in any LCA computation are below threshold for most of the display period, perhaps we could just ignore…