weecology / DeepForest

Python Package for Airborne RGB machine learning

Home Page:https://deepforest.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to docs, how to turn off pytorch lightning progress bars

bw4sz opened this issue · comments

Useful to show people to use create_trainer to pip in kwargs.

To disable the progress bar use
model.create_trainer(enable_progress_bar=False)