Which  auto_connect_*  arg do I use and what value to I set it to? At the end of my training run I'm making .png plots of everything in my test set, and I don't want these to be logged as artifacts.
It's not covered here either: None
Hi  @<1724960464275771392:profile|DepravedBee82> , for this you have the auto connect parameters in  Task.init  -  None
Specifically auto_connect_frameworks
I was hoping something like  output_uri=False  would work, but looking at the source code, I don't think that would work  @<1523701070390366208:profile|CostlyOstrich36>