-
-
I define a module performing deformable convolution as follows, but I do not know how to save the parameters (self.weight, self.bias) of this module using "net.save_parameters()"
class DeformConv2…
-
Hello contributors.
I tried it.
It seems that it works well with the same 28 x 28 image as MNIST.
However, black pixels are displayed in the periphery.
After that, I tried to input an image of a…
-
Hi, TF.
I wonder if you have any plan to add Deformable Convolution Feature.
https://arxiv.org/abs/1703.06211
https://github.com/msracver/Deformable-ConvNets
Thank you always, for nice work.
…
-
It the latest version compatible with CUDA 10? I get the following error during the build:
```
[ 27%] Building CXX object src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o
cd /home/mahmood/mx/mxnet…
-
Hi,
I have read the paper“Deformable Convolutional Networks”and your pytoch-deform-conv code.
Then I think that the size of offset maybe b*c*kenel[0]*kenel[1]*h*w. Maybe I understand it wrong. Can y…
-
This issue is reopen https://github.com/apache/incubator-mxnet/issues/9187 In this issue recommends use this tutorial https://mxnet.incubator.apache.org/versions/master/tutorials/c++/basics.html
Cop…
-
Thinking about deformable convolutions, some things I found different interpretations of:
-) Does the offset change for each individual k x k kernel or is it fixed for the whole image? Would this me…
bkvie updated
6 years ago
-
# NETWORK API REFACTORING - TO DO LIST
## Finished work:
- **activation.py:**
* PReluLayer:
- [x] refactored
- [x] tested
* PRelu6Layer:
- [x] refactored
- [x] test…
-
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/919/pipeline/
```
======================================================================
FAIL: test_…