-
I would like to load a custom model, so I tried the example you provided in 'importer.sh', such as
'
model_def="${HOME}/.torch/models/resnext_101_32x4d.py"
weights="${HOME}/.torch/models/resnext_1…
-
@layumi
hello
I am running the demo_heatmap.m.But I got a error
```
undefined function or variable 'dagnn.Square'
```
I have install matconvnet_beta23 in the matlabR2014a
Could you please tell…
-
While trying to compile matconvnet I get the following error:
```
/usr/bin/ld: /home/user/libs/matconvnet/matconvnet-1.0-beta20/matlab/mex/.build/bits/impl/tinythread.o: undefined reference to symbol…
-
Hi,
I am new to matlab. When I tried to run vl_test_ttlayers, I got the following error:
```matlab
testing the CPU code
test number 1
Testing vl_nntt_* with the identity TT-matrix.
Undefined …
-
Hello and thak you for your work!
Testing your code for the NYU_v2 trained tensorflow models worked great for me!
But I'd also like to test your model on outdoor scenes. So I installed Matlab and …
-
I would like to suggest that we (the MatConvNet users) can create the Wiki pages for the important questions (i.e., those topics has been asked for times), resources (like papers cite MatConvNet or mo…
luzhi updated
8 years ago
-
This is a really useful repo. I was thinking adding your maxout implementation to a matconvnet vl_contrib module to make it easier to find for others, would you be OK with that?
-
when I run the code, it always has the problem "undefined function or variable 'dagnn.bcs_init_rec_dag'". I have installed the matconvnet. But why? Thank you so much.
-
Dear MatConvNet community,
I notice matconvnet compute backward gradients for each layer and store in the parameter **net.params.der** , but **net.params.value** not update during one epoch. So I…
-
I used win8.1+matlab2015a+cuda6.5+cudnnv2. All the versions meet requirements in the official website.
I succeed in compile the CPU and GPU version, but encountered some problems in compiling the cuDN…