Skip to content

Commit 0f7cd50

Browse files
authored
update train.py (#12)
1 parent 81d8d20 commit 0f7cd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/training_container/train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def main():
299299
)
300300
client = create_client()
301301
model = get_or_create_model(client, args.model, pipeline, args.repo)
302-
exp = run_experiment(client, config, workdir, model)
302+
exp = run_experiment(client, config, workdir, model, args.incremental)
303303

304304
if exp is None:
305305
print("Aborting pipeline as experiment did not succeed")

0 commit comments

Comments
 (0)