-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tiling kwargs * Better tiling check. * add another warning * first draft * Remove the other PR's contents from this one. * format * Making model args optional for all cuts. * Testing of changes ongoing. * work * remove debug statements * format, upgrade torch, disable CUDA for local tests * note about tolerance with cuda * revert arg names when not needed * ignore notebook test generated files * make changes more seamless with existing tests * format * starting work on nlp demo notebook * starting * working on tests * Makefile to help run tests locally. * add a link to requirements from tests folder which didn't have one * finished tiling for fprop tests and implementation for pytorch * finished tf1 wrapper updates to fprop * progress towards tf_keras fprop updates * working on nlp demo notebook * Writing up the nlp torch demo content. * Finished nlp models notebook. * Fixed what I broke. * Removing notebook-related changes from this PR. * revert formatting things for now * revert more things * one more * and one more * and again one more * one more * Addressing PR comments. * Addressing PR comments. * use older pytest * add isort and run format * format after pulling in master Co-authored-by: piotrm <[email protected]>
- Loading branch information
Showing
77 changed files
with
1,779 additions
and
939 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[settings] | ||
profile=google |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[style] | ||
based_on_style = google | ||
DEDENT_CLOSING_BRACKETS=true | ||
SPLIT_BEFORE_FIRST_ARGUMENT=true |
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,4 +1,5 @@ | ||
#/bin/bash | ||
|
||
yapf --style='{based_on_style: google, split_before_first_argument: true}' -r -i trulens/ | ||
yapf --style='{based_on_style: google, split_before_first_argument: true}' -r -i tests/ | ||
isort . | ||
|
||
yapf --style .style.yapf -r -i --verbose --parallel -r -i . |
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
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
Oops, something went wrong.