Hi IntriguedRat44
You can make log it offline (i.e. into a local folder/zip) by calling:Task.set_offline(True)
You can also set the environment variable:TRAINS_OFFLINE_MODE=1
You could also just skip the Trains.init
call đ
Does that help?
Thanks guys đ I was looking for a way to do it that doesnât require code changes, which I got - Much appreciated!
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