photo

Archer Ao


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

A lazy student

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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)...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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: ...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort