vedaldi / practical-cnn

A VGG practical on convolutional neural networks
154 stars 75 forks source link

Error with vl_simplenn_tidy #8

Open jvdsa opened 8 years ago

jvdsa commented 8 years ago

Hello everyone,

While trying to run initializeCharacterCNN, I'm gettin this error:

Undefined function 'vl_simplenn_tidy' for input arguments of type 'struct'

Can anyone plz help me..

Thanks..

vedaldi commented 8 years ago

Hi, this is due to the fact that we are updating the practical to use MatConvNet beta17, which we should be able to release in the next few days. You can solve the issue by downloading MatConvNet from the repository using the devel branch.

On 29 Nov 2015, at 13:46, jvdsa notifications@github.com wrote:

Hello everyone,

While trying to run initializeCharacterCNN, I'm gettin this error:

Undefined function 'vl_simplenn_tidy' for input arguments of type 'struct'

Can anyone plz help me..

Thanks..

— Reply to this email directly or view it on GitHub https://github.com/vedaldi/practical-cnn/issues/8.

jvdsa commented 8 years ago

Okay thanks Sir.. I will follow your instructions.

For the time being, I've commented that statement & after that it is working fine.