-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔊 add logging setup util Signed-off-by: Peter <[email protected]> * 🔥 rm skeleton Signed-off-by: Peter <[email protected]> * add MWE Signed-off-by: Peter <[email protected]> * ✨ add GPU util fns Signed-off-by: Peter <[email protected]> * 🚧 base sumtext fn Signed-off-by: Peter <[email protected]> * ✨ add booksum postprocessor Signed-off-by: Peter <[email protected]> * ✨ mem comp fn Signed-off-by: Peter <[email protected]> * 🚧 wip imports Signed-off-by: Peter <[email protected]> * 🚧 📝 docs & color print Signed-off-by: Peter <[email protected]> * 🚧 basic argparse Signed-off-by: Peter <[email protected]> * ✨ 🚧 filesum fns Signed-off-by: Peter <[email protected]> * 📝 re-init Signed-off-by: Peter <[email protected]> * 🚧 update model loading Signed-off-by: Peter <[email protected]> * ✨ util to save parms Signed-off-by: Peter <[email protected]> * 🚧 ✨ build out basic cli script Signed-off-by: Peter <[email protected]> * 🚚rename Signed-off-by: Peter <[email protected]> * wip debug * 🚨 🎨 fix format and reimports Signed-off-by: peter szemraj <[email protected]> * ⚰️ rm dead code Signed-off-by: peter szemraj <[email protected]> * 🚧 adjust imports Signed-off-by: peter szemraj <[email protected]> * 🐛 fix CLI fn name bug Signed-off-by: peter szemraj <[email protected]> * 🐛 fix argparse bugs Signed-off-by: peter szemraj <[email protected]> * 🚧 📝 improve argparse, CLI Signed-off-by: peter szemraj <[email protected]> * 🚸 standardize CLI (basic) Signed-off-by: peter szemraj <[email protected]> * 🎨 update api Signed-off-by: peter szemraj <[email protected]> * 🐛 naming bug Signed-off-by: peter szemraj <[email protected]> * 🔇 update/quieten logs Signed-off-by: peter szemraj <[email protected]> * 📝 docs Signed-off-by: peter szemraj <[email protected]> * details Signed-off-by: peter szemraj <[email protected]> * 📝 easier install Signed-off-by: peter szemraj <[email protected]> Signed-off-by: Peter <[email protected]> Signed-off-by: peter szemraj <[email protected]>
- Loading branch information
Showing
10 changed files
with
668 additions
and
236 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,7 +1 @@ | ||
# Changelog | ||
|
||
## Version 0.1 (development) | ||
|
||
- Feature A added | ||
- FIX: nasty bug #1729 fixed | ||
- add your changes here! |
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.