Skip to content

Commit

Permalink
added required comments
Browse files Browse the repository at this point in the history
Signed-off-by: sumana sree <[email protected]>
  • Loading branch information
sumana-2705 committed Oct 13, 2024
1 parent 44f079d commit 606b78d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def training_workflow(x: tf.Tensor, y: tf.Tensor) -> float:
return evaluate_model(model=model, x=x, y=y)


# TFRecord Files
@task
def process_tfrecord(file: TFRecordFile) -> int:
count = 0
Expand All @@ -41,6 +42,7 @@ def tfrecord_workflow(file: TFRecordFile) -> int:
return process_tfrecord(file=file)


# TFRecord Directories
@task
def process_tfrecords_dir(dir: TFRecordsDirectory) -> int:
count = 0
Expand Down

0 comments on commit 606b78d

Please sign in to comment.