What is an equivalent for vl_nnconv in python?

7 Ansichten (letzte 30 Tage)
Prb
Prb am 8 Mai 2019
Beantwortet: AKennedy am 11 Feb. 2025 um 9:14
Hi I want to translate the below set of code in python. What can I use only with the help of numpy or pandas (without using tensorflow or pytorch)
B_forward = vl_nnconv(single(B_forward),sign(Filters{WeightLayerIndex}),[],'pad',1,'stride',ConvStride(WeightLayerIndex));

Antworten (1)

AKennedy
AKennedy am 11 Feb. 2025 um 9:14
If you are comfortable coding with MATLAB, you can make use of MATLAB engine API for Python.
With this feature, you will be able to call MATLSB functions from Python.
To know more about MATLAB engine API, check out:

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by