photo

Archer Ao


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

메시지

A lazy student

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to get diagonal element in a custom layer in NN tool box?
function Uout = forward(layer, Uin) W = Uin(:,:,1) * layer.C; W = Uin(:,:,1) + repmat(layer.alpha .* diag(W*Uin(:,:,1)...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Cannot multiply 2 variables with cvx package
As I'm writing a test code for solving an applied problem with cvx, I got an error: Disciplined convex programming error: ...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


Cannot give the value to part of the matrix in parallel computing
As I'm trying to wrtie a code for matrix multiplying with the 'parfor', I've got an error that 'cannot verify the type of varia...

대략 4년 전 | 답변 수: 1 | 0

1

답변