You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At the moment, the only output of a typical PINA application is the loss trend during the training. Better outputs (maybe modulable in verbosity) would be a nice feature, especially for debugging purposes.
Is your feature request related to a problem? Please describe.
At the moment, the only output of a typical PINA application is the loss trend during the training. Better outputs (maybe modulable in verbosity) would be a nice feature, especially for debugging purposes.
Describe the solution you'd like
https://docs.python.org/3/library/logging.html#module-logging library can be used in order to let the user set the wanted verbosity.
Describe alternatives you've considered
loguru but it's a further dependency.
The text was updated successfully, but these errors were encountered: