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,4 +1,4 @@
# TRAINS - Example of tensorboard with tensorflow (without any actual training)
# ClearML - Example of tensorboard with tensorflow (without any actual training)
#
import os
from tempfile import gettempdir
@@ -7,7 +7,7 @@ import tensorflow as tf
import numpy as np
from PIL import Image
from trains import Task
from clearml import Task
task = Task.init(project_name='examples', task_name='tensorboard toy example')