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,11 +1,11 @@
# TRAINS - Example of manual graphs and statistics reporting
# ClearML - Example of manual graphs and statistics reporting
#
import os
import numpy as np
from PIL import Image
from trains import Task, Logger
from clearml import Task, Logger
def report_debug_images(logger, iteration=0):