You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When 'git submodule update --init' , there's no error.
But when 'matlab -nodisplay -r "setup(true,struct('enableGpu',true,'enableCudnn',true));exit;"', the errors I got,
I guess the dependencies installed unsuccessfully.
So should I install the dependencies independently?Or there are any better solutions?
Thanks.
The text was updated successfully, but these errors were encountered:
The dependencies folders should be populated with respective libraries after the git submodule update --init command. I checked and that should work on both linux and windows.
Hello,
When 'git submodule update --init' , there's no error.
But when 'matlab -nodisplay -r "setup(true,struct('enableGpu',true,'enableCudnn',true));exit;"', the errors I got,
I guess the dependencies installed unsuccessfully.
So should I install the dependencies independently?Or there are any better solutions?
Thanks.
The text was updated successfully, but these errors were encountered: