Skip to content

Commit

Permalink
Updating documentation to fix typo (#3930)
Browse files Browse the repository at this point in the history
* update fix/broken links

Signed-off-by: varodrig <[email protected]>

* update documentation Data Handling

Signed-off-by: varodrig <[email protected]>

---------

Signed-off-by: varodrig <[email protected]>
  • Loading branch information
varodrig authored Nov 26, 2024
1 parent 0334f30 commit 607107b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def training_component(dataset: Input[Dataset], model: Output[Model]):
# ... train tf_model model on contents of dataset ...

tf_model.save(model.path)
tf_model.metadata['framework'] = 'tensorflow'
model.metadata['framework'] = 'tensorflow'
```

This `training_component` does the following:
Expand Down

0 comments on commit 607107b

Please sign in to comment.