forked from pyg-team/pytorch_geometric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fine grained options for setting
bias
and dropout
per layer…
… in the `MLP` model (pyg-team#4981) * Added more fine grained options for biases and dropouts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update torch_geometric/nn/models/mlp.py Co-authored-by: Padarn Wilson <padarn.wilson@grabtaxi.com> * Update torch_geometric/nn/models/mlp.py Co-authored-by: Padarn Wilson <padarn.wilson@grabtaxi.com> * Updated CHANGELOG.md and fixed some CI errors * reset * update * add test Co-authored-by: Bram <b.t.ton@saxion.nl> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Padarn Wilson <padarn.wilson@grabtaxi.com> Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
- Loading branch information
1 parent
ad357c5
commit 1acd235
Showing
3 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters