-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to pass parameters to probabilistic layers (#64)
* Increase a bit the margins of the distribution * Fix missing value for mean * increase spacing around limits to 0.05 * Update to tensorflow2.16 and tf probability0.24 (#65) * Updated to tensorflow2.16 and tf probability0.24, relaxed version constraints for various libraries * update for warnings cleanup * Removed lambda functions from serializable models to remove safety warnings * Test loading probabilistic model from mlflow --------- Co-authored-by: Daniele Nerini <[email protected]> * Update packages with security alerts (#66) * Fix formatting (#67) * (WIP) Refactor a bit how we handle probabilistic layers * (WIP) Prepare change in how we handle proba layers * Small bug fix * Fix missing import * Move to another script to avoid circular import * Move to another script to avoid circular imports * Add missing import * Bug fix * Move calculation of n_params to get_proba_layer * Fix logger name * Update models.py * Modify arguments for doubly censored * Remove leftovers --------- Co-authored-by: Louis Poulain--Auzéau <[email protected]> Co-authored-by: Michele Cattaneo <[email protected]> Co-authored-by: Daniele Nerini <[email protected]>
- Loading branch information
1 parent
dc1bc21
commit e6bce31
Showing
2 changed files
with
75 additions
and
24 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