Repmat equivalent in python
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hi What is is the equivalent of repmat in python and how does the below code translates to python.
BlocksEachScale =6 
ResidualModuleInference = {'csReLU','conv','shift','csReLU','conv','shift','residual'};
LayerTypesInference = [InputModuleInference ...
    repmat(ResidualModuleInference,1,BlocksEachScale)...
    repmat(ResidualModuleInference,1,BlocksEachScale)...
    repmat(ResidualModuleInference,1,BlocksEachScale)...
    OutputModuleInference];
3 comentarios
Respuestas (0)
Ver también
Categorías
				Más información sobre Call Python from MATLAB en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

