Skip to content
Snippets Groups Projects
Commit 2446e4b2 authored by Brummans, Nick's avatar Brummans, Nick
Browse files

update

parent 90d9c75f
Branches
Tags
No related merge requests found
from clearml import PipelineController
from clearml import TaskTypes
import google.appengine.api
# We will use the following function an independent pipeline component step
# notice all package imports inside the function will be automatically logged as
......@@ -14,6 +13,7 @@ def step_one(
):
print('step_one')
from clearml import Dataset
import google.appengine.api
dataset_train = Dataset.create(
dataset_name=dataset_name_training, dataset_project=dataset_project
......@@ -45,6 +45,7 @@ def step_two(
lr: float = 1e-3
):
print('step_two')
import google.appengine.api
import pickle
import torchvision.transforms as transforms
import torchvision.datasets as datasets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment