Skip to content

Commit

Permalink
Reducing batch size on blueprint to avoid OOMs (#492) (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatgretel authored Dec 5, 2024
1 parent a9cbe0a commit 0902097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ models:
num_input_records_to_sample: auto

# You can try increasing this until you run out-of-memory.
batch_size: 8
batch_size: 4

privacy_params:
dp: true
Expand Down
2 changes: 1 addition & 1 deletion use_cases/gretel.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"description": "This dataset contains reviews, ratings, and categories for women's clothing.",
"records": 20641,
"fields": 8,
"trainingTime": "39 mins",
"trainingTime": "46 mins",
"bytes": 3260007
}
},
Expand Down

0 comments on commit 0902097

Please sign in to comment.