-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added fnn_demo to layers so I can finish my example
example is finished and works just like the benchmark model
- Loading branch information
1 parent
ad75240
commit 28f5863
Showing
2 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Layers for neural networks tasks.""" | ||
|
||
from ._rnn_layer import RNN_Layer | ||
from ._model import Model | ||
from ._model import Model | ||
from ._fnn_layer import FNN_Layer |
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