You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
I put that into cost_fn.py (e.g. https://github.com/seung-lab/znn-release/blob/master/python/cost_fn.py#L30) some time ago to start decreasing the occurrences of NAN values. I have some other updates for the specific implementation there (changing mask_dict_vol), but I think this is the better place for it.
Mask is being applied to both output activation and target label in cost functions. Applying mask to the resulting gradient (https://github.com/seung-lab/znn-release/blob/master/python/train.py#L102) is redundant.
The text was updated successfully, but these errors were encountered: