Skip to content

Commit

Permalink
error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Nov 10, 2024
1 parent 9d8f66b commit 1368f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/FAQs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ There are two main causes of GPU out of memory (OOM) errors:
for batch in [initial_data, new_data_batch1, new_data_batch2]:
coordinates, confidences, bodyparts = kpms.load_keypoints(batch, 'deeplabcut')
data = kpms.format_data(coordinates, confidences, **config())
data, metadata = kpms.format_data(coordinates, confidences, **config())
results = kpms.apply_model(model, data, metadata, project_dir, model_name, **config())
Expand Down

0 comments on commit 1368f22

Please sign in to comment.