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 - Keras with Tensorboard example code, automatic logging model and Tensorboard outputs
|
||||
# ClearML - Keras with Tensorboard example code, automatic logging model and Tensorboard outputs
|
||||
#
|
||||
# Train a simple deep NN on the MNIST dataset.
|
||||
# Gets to 98.40% test accuracy after 20 epochs
|
||||
@@ -17,10 +17,10 @@ from tensorflow.keras.layers import Activation, Dense
|
||||
from tensorflow.keras.models import Sequential
|
||||
from tensorflow.keras.optimizers import RMSprop
|
||||
|
||||
from trains import Task, Logger
|
||||
from clearml import Task, Logger
|
||||
|
||||
|
||||
# Connecting TRAINS
|
||||
# Connecting ClearML
|
||||
task = Task.init(project_name='examples', task_name='Keras HP optimization base')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user