photo

Archer Ao


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答