Unanswered
Hi Everyone, If I Want To Run A Script That Has Trains Tracking Statements In It But Just This Time I Want To Disable All Logging, How Would I Go About That?
Hi IntriguedRat44
If you don’t want sending framework’s outputs, you can disable those with auto_connect_frameworks=False
in your Task.init
call.
You can find more options https://github.com/allegroai/trains/blob/master/trains/task.py#L328
147 Views
0
Answers
4 years ago
one year ago