-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch numpy mini-batching to a tensorflow dataset * Optimizer sess operators to avoid redundant batch sampling * Add support of epoch training * Deprecate 'dropout_percent' for mini-batching, use batchsize instead * Update recommended batchsize = 4 * TODO: Only models using random partition and CellBox are supported right now
- Loading branch information
1 parent
2a4e467
commit 7aae05a
Showing
7 changed files
with
159 additions
and
130 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
name = "pertbio" | ||
|
||
from pertbio.config import Config | ||
from pertbio.model import * | ||
from pertbio.kernel import * | ||
|
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
Oops, something went wrong.