DNNToolBox/Net-Trim-v1

A bug in mnist/cascade_vs_parallel.py

Opened this issue · 0 comments

In file mnist/cascade_vs_parallel.py, line 255.
Function np.maximum should be removed because the next line had already done this by judging which layer it is.
np.maximum will be applied to the last layer unconditionally by this bug.