Unanswered
Currently, I’M Manually Tracking Multiple Output Models At The End Of The Training Process
I see... Well, currently this will only publish the latest model. You can publish the other models programmatically using something like:for model in task.models.output[:-1]: model.publish()
156 Views
0
Answers
3 years ago
one year ago