Skip to content

Commit

Permalink
chore: Remove the serialization args print statement.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577331325
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Oct 27, 2023
1 parent afd540d commit 75d613a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vertexai/preview/_workflow/executor/training_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def main(argv):
serializer.load_global_metadata(
os.path.join(_INPUT_PATH.value, any_serializer.GLOBAL_SERIALIZATION_METADATA)
)
print(serializer._metadata.to_dict())

estimator = serializer.deserialize(
os.path.join(_INPUT_PATH.value, "input_estimator")
Expand Down

0 comments on commit 75d613a

Please sign in to comment.