Community Profile

photo

Prb


2019 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


What is the meaning of following code?
Hi I would lioke to know the meaning of the following code NewRes(:,:,Channel,:) = Residuals([1:2:size(Residuals,1)],[1:2:size(...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What is an equivalent of find() in python?
Hi could you please explain what the find() doing in hte below code. How can I represent the similar code in python? PercentCor...

5年弱 前 | 1 件の回答 | 1

1

回答

質問


Convert matlab zeros function to Python equivalent
Hi Could you pleas elet me know what would be a similar conversion of matlab zeros to np.zeros for datatype. I am getting an err...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Run GPU code only on CPU: How to get rid of gpuArray data?
Hi I have this piece of deep learning code which runs on GPU. I wish not to use GPU. How can I change the code to run only on CP...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


what does x= [ones(1,2) 2 ones(1,1) 2 ones(1,2) 1] do?
please explain the X= [ones(1,2) 2 ones(1,1) 2 ones(1,2) 1]; line of code. I understand that it is creating 1 by 2 array of one...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What is an equivalent for vl_nnconv in python?
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 tens...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


What is the meaning of Filters{i}(1:3,1,:,:)=0
Hi what would be an equivalent of below code in python? Filters{i}(1:3,1,:,:)=0

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Math functions from matlab to python
Hi is this the right way to trnaslate matlab logarithmic function, sqrt and rounding as shown below in python Matlab: Shifts(1...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Repmat equivalent in python
Hi What is is the equivalent of repmat in python and how does the below code translates to python. BlocksEachScale =6 Residua...

5年弱 前 | 0 件の回答 | 0

0

回答

回答済み
how to convert this block of code to python?
I think this is the right answer here for i in range (0,len(Filters)): for j in range(0, len(Filters[i]): Filter...

5年弱 前 | 0

質問


Equivalent of matlab zeros function in python
What is the equivalent of zeros function in python to translate below code block Shifts = zeros(length(Filters)-1,1,'int16'); ...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Matlab equivalent code in python
Hi What would be an equivalent code in python for this line of Matlab code X_test = int8(single(X_test) - 127)

5年弱 前 | 1 件の回答 | 0

1

回答

質問


how to convert this block of code to python?
%convert the weights to -1 and + 1. Store in single because conv2 requires it for i = 1:length(Filters) Filters{i} = gpuAr...

5年弱 前 | 1 件の回答 | 0

1

回答