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
Currently deepinterpolation runs model.fit with the default verbosity of "auto". This does logging of training status in interactive mode, which uses tqdm. It clutters the logs and is not useful for production in which logs are logged to a file.
Currently deepinterpolation runs model.fit with the default verbosity of "auto". This does logging of training status in interactive mode, which uses tqdm. It clutters the logs and is not useful for production in which logs are logged to a file.
Current log looks like this
Set verbosity for the cli to 2, which will log on individual lines. The CLI will always be run in a non-interactive way.
The text was updated successfully, but these errors were encountered: