DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
560 stars 76 forks source link

Define verbosity level #745

Closed mathpluscode closed 3 years ago

mathpluscode commented 3 years ago

Subject of the feature

In order to better control the prints and output, we will add verbose flag, which will be applied to logging and TensorFlow.

The values will be the same as https://docs.python.org/3/library/logging.html#levels.