Closed SamFerracin closed 9 months ago
Description of the Change: Using python built-in logger, this PR silences the annoying ComplexWarnings coming from tf.cast. Additionally, it gets rid of tensorflow's import messages.
ComplexWarning
tf.cast
Attention: 1 lines in your changes are missing coverage. Please review.
1 lines
Comparison is base (4cb1fd7) 83.97% compared to head (a98c24c) 84.14%.
4cb1fd7
a98c24c
Description of the Change: Using python built-in logger, this PR silences the annoying
ComplexWarning
s coming fromtf.cast
. Additionally, it gets rid of tensorflow's import messages.