Repmat equivalent in python
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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 件のコメント
回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Call Python from MATLAB についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

