running .mat with octvae error "nested function is not implemented in this context"

440 Views Asked by At

I am running matconvnet file with .m extension in google colab using octave

when i ran the command using the using the octave i got the follwoing error

command

 !octave -W /content/drive/MyDrive/matconv/matconvnet-1.0-beta18/matlab/vl_compilenn.m

error

 parse error near line 459 of file /content/drive/MyDrive/matconv/matconvnet-1.0- 
 beta18/matlab/vl_compilenn.m

    nested functions not implemented in this context

 >>> function objs = toobj(bld_dir,srcs)
       ^

  error: source: error sourcing file '/content/drive/MyDrive/matconv/matconvnet-1.0-beta18/matlab/vl_compilenn.m'

Please help me how to resolve this error

0

There are 0 best solutions below