dnw icon indicating copy to clipboard operation
dnw copied to clipboard

Discovering Neural Wirings (https://arxiv.org/abs/1906.00586)

Results 5 dnw issues
Sort by recently updated
recently updated
newest added

class ChooseTopEdges(autograd.Function): """ Chooses the top edges for the forwards pass but allows gradient flow to all edges in the backwards pass""" @staticmethod def forward(ctx, weight, prune_rate): output = weight.clone()...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 1.15.2. Release notes *Sourced from [tensorflow's releases](https://github.com/tensorflow/tensorflow/releases).* > ## TensorFlow 1.15.2 > # Release 1.15.2 > > ## Bug Fixes and Other Changes > *...

dependencies

I guess you can interpret a ReLU neural network as a protean graph of dot products since ReLU is a literal switch. [https://github.com/S6Regen/Fixed-Filter-Bank-Neural-Networks](url)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 6.2.0. Release notes *Sourced from [pillow's releases](https://github.com/python-pillow/Pillow/releases).* > ## 6.2.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html > > ## 6.1.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html > > ## 6.0.0 > No release...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. Changelog *Sourced from [pyyaml's changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES).* > 5.1 (2019-03-13) > ---------------- > > * [yaml/pyyaml#35](https://github-redirect.dependabot.com/yaml/pyyaml/pull/35) -- Some modernization of the test running > * [yaml/pyyaml#42](https://github-redirect.dependabot.com/yaml/pyyaml/pull/42)...

dependencies