Re: oct file not found
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-f8b32b64-51d5-4a0e-b721-a29c2b273fc1-1615921993029@3c-app-gmx-bap64> |
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