mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
clearml initial version 0.17.0
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user