我正在使用 octave 在 google colab 中运行扩展名为 .m 的 matconvnet 文件
当我使用 octave 运行命令时,出现以下错误
命令
!octave -W /content/drive/MyDrive/matconv/matconvnet-1.0-beta18/matlab/vl_compilenn.m
错误
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'
请帮助我如何解决此错误