LeNet icon indicating copy to clipboard operation
LeNet copied to clipboard

A question about fc_op in FullyConLayer.py

Open kid09321 opened this issue 6 years ago • 0 comments

Hi, As title, fc_op function in FullyConLayer.py.

val = exp((4.0/3)*val)
self.maps[0][0][node_index] = 1.7159 *  (val -1) / (val + 1)

Could you explain why val should times 4.0/3 and how to get the (val-1)/(val+1)? Thanks a lot.

kid09321 avatar Feb 11 '20 12:02 kid09321