Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the version of tensorflow used in load_test script #1025

Merged
merged 8 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perfmetrics/scripts/load_tests/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.11.0
tensorflow==2.11.1
3 changes: 2 additions & 1 deletion perfmetrics/scripts/load_tests/python/sample_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
block_size: 16K # [Optional] [Default = file_size]

# Sample task for reading file using tensorflow's tf.data api.
# For parallelism in tf.data, tweak num_parallel_calls in task file and always
# pass 1 to --num-processes & --num-threads
100mb_tf_data: # [Required] Name of the task (task_name).
# Task type. Fixed for reading file using tensorflow's tf.data api.
task_type: tf_data_read # [Required]
Expand All @@ -40,4 +42,3 @@
# Shard value in tf.data call
shard: 100 # [Optional] [Default = 1]