practical-cnn icon indicating copy to clipboard operation
practical-cnn copied to clipboard

How to initialize the dzdy in practice?

Open robot520 opened this issue 8 years ago • 1 comments

For example, in exercise 3, why you compute dzdx3 as follows: dzdx3 = ... - single(res.x3 < 1 & pos) / sum(pos(:)) + ... + single(res.x3 > 0 & neg) / sum(neg(:)) ; In other words, how to obtain the initial project tensor p in practice?

robot520 avatar Mar 01 '17 03:03 robot520

I have the same question about it. Why is the dzdx3 initialized with this value?

jizhihang avatar Jan 15 '19 06:01 jizhihang