Hi @<1523701132025663488:profile|SlimyElephant79>
I would like to save only the last & best checkpoints and not all of them if possible.
Basically it will mimic the local file system, so if you overwrite the local files it will overwrite the remote model.
You can also disable auto logging, and manually upload the models
In Task.init
pass auto_connect_frameworks
False for the specific framework
see:
None
then use task.update_output_model
or OutputModel
class
None
@<1523701205467926528:profile|AgitatedDove14> this worked and gave me what I exactly needed. Thanks.