フィルターのクリア

What is an equivalent for vl_nnconv in python?

3 ビュー (過去 30 日間)
Prb
Prb 2019 年 5 月 8 日
回答済み: surya venu 2024 年 7 月 17 日 6:02
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));

回答 (1 件)

surya venu
surya venu 2024 年 7 月 17 日 6:02
Hi,
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:
Hope it helps.

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by