What is an equivalent for vl_nnconv in python?
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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));
0 Kommentare
Antworten (1)
  Divyajyoti Nayak
 am 9 Mai 2025
        MATLAB commands can be run in python by using the 'MATLAB Engine API' for Python. Here's some documentation to help intall the 'MATLAB Engine API' and getting started with using to write MATLAB code in python.
'Install MATLAB Engine API for Python' : https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html
'Getting started with MATLAB Engine API': https://www.mathworks.com/help/matlab/matlab_external/get-started-with-matlab-engine-for-python.html
Hope this helps!
0 Kommentare
Siehe auch
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!

