vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

MatConvNet for Octave #992

Closed wajahat57 closed 7 years ago

wajahat57 commented 7 years ago

Hi Is it possible to use MatconvNet in Octave? Best Regards Wajahat

bazilas commented 7 years ago

Hi,

No, it's not possible. Parts of MatConvNet use toolboxes that are not available in Octave (e.g. parallel computing).

wajahat57 commented 7 years ago

But I think parallel computing toolbox is used for operation on multiple GPUs. For CPU, or single GPU operation, MatConvNet does not seem to be using any other toolbox. It will be very helpful even if only a CPU version can be integrated with Octave.

CognitiveClouds-Prasad commented 5 years ago

If this can work on Octave, then we can support users not having MATLAB licenses.