clearml initial version 0.17.0

This commit is contained in:
allegroai
2020-12-22 23:25:37 +02:00
parent a460df1e68
commit d327f2e2b9
145 changed files with 3136 additions and 794 deletions

View File

@@ -1,8 +1,8 @@
# TRAINS - Example of manual model configuration
# ClearML - Example of manual model configuration
#
import os
from trains import Task, OutputModel
from clearml import Task, OutputModel
task = Task.init(project_name='examples', task_name='Model configuration example')