-
I'm trying to build a squeeze/excite-style block. Unpooling is undesirable because of all the blank space, but it runs without complaint. However, Deconvolution after Average- or MaxPooling fails. It …
-
`output_formatter` may need a review in its design.
* minor: currently requires `import X` for X.py under the module. This can (and better) be avoided.
* It assumes sparseconvnet format in general…
-
I am not really know what the following code means, could you give some explains about it.
` m[0][0]*=np.random.randint(0,2)*2-1`
which from [https://github.com/facebookresearch/SparseConvNet/blob/m…
-
when i try to install SparseConvNet,By “bash build.sh”
running install
running bdist_egg
running egg_info
creating sparseconvnet.egg-info
writing sparseconvnet.egg-info/PKG-INFO
writing depen…
-
Hello,
Is there a default way to input an image with no active coordinates to the sparse CNN? Currently I am artificially inputting a single active coordinate with a feature value of 0? But I am af…
-
I am trying to install SparseConvNet on the hpc cluster of our university.
It fails because I don't have write permission in the installation directory of Python:
```
The following error occurr…
-
Hi, I am trying to use SparseConvNet for binary classification problem. Each instance of my 1d data is a sequence of 1700 categorical features (boolean values of which more than 90% is 0) and 10 numer…
-
when I run "bash develop.sh":This error appeared:
(I run in ubuntu16.04 CUDA10.0 2080Ti)
" " "
running develop
running egg_info
creating sparseconvnet.egg-info
writing sparseconvnet.egg-…
-
Hi there, I have installed your amazing library with the following command (on Pytorch):
```
sudo apt-get install libsparsehash-dev
python setup.py develop
```
I think the library was installed…
-
Thank you for sharing your amazing code! Now, i'm trying to use tensorboardX to visualize the network structure, but it failed. Can tensorboardX be used to visualize the sparseconvnet? If don't, which…