Do I need to recompile matconvnet everytime I start matlab?

3 次查看(过去 30 天)
As the title says. Everytime I start matlab I get this error
Undefined variable "dagnn" or class "dagnn.DagNN.loadobj".
The error goes when I recompile the library using:
>> vl_compilenn('enableGpu', true, 'cudaRoot', '/usr/local/cuda-9.0', 'cudaMethod', 'nvcc')

回答(1 个)

Priyank Sharma
Priyank Sharma 2018-4-3
Execute the following commands in MATLAB Command prompt:
>>restoredefaultpath
>>rehash toolboxcache
>>savepath
These steps would allow you to reset your default path and clear the toolbox cache to make sure that the function would be accessible.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by