bioinf-jku / SNNs

Tutorials and implementations for "Self-normalizing networks"
GNU General Public License v3.0
1.58k stars 198 forks source link

selu.py is not in package utils #7

Closed mathiasburger closed 7 years ago

mathiasburger commented 7 years ago

The import seems to be wrong. selu.py is not in a utils folder.

https://github.com/bioinf-jku/SNNs/blob/7843b6fe5cc89c5006c3543edd22e9b492e4450d/figure1/run.py#L31

untom commented 7 years ago

It's defined here