help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oct file not found


From: Markus Mützel
Subject: Re: oct file not found
Date: Tue, 16 Mar 2021 20:13:13 +0100

Am 16. März 2021 um 18:34 Uhr schrieb "Muhali via Discussion List for GNU 
Octave Maintainers":
> I had successfully compiled and used the octave interface for the caffe
> machine learning framework. The interface mainly consists of a file
> caffe_.oct, which I am still able to build without errors.
> 
> But somehow after rebuilding today, from within octave the function is not
> found anymore:
> 
> octave> exist("caffe_")
> ans = 3
> octave> caffe_("version")
> error: 'caffe_' undefined near line 1, column 1
> 
> Since I am not a C++ expert I am totally lost. Any help is GREATLY
> appreciated.
> 
> The correspoding caffe_.cpp file can be found here:
> https://github.com/BVLC/caffe/blob/master/matlab/%2Bcaffe/private/caffe_.cpp

Moving to the help mailing list.

caffe_.cpp doesn't look like the source for an .oct file. How did you build 
"caffe_.oct"?
What does `which("caffe_")` return for you?

Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]