Skip to content

Commit

Permalink
Merge pull request #200 from yusukem99/master
Browse files Browse the repository at this point in the history
revised spell
  • Loading branch information
faustomorales committed Mar 22, 2022
2 parents 54ddae1 + 360f6ee commit c941f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/end_to_end_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ We use the same callbacks for early stopping and logging as before.
validation_data=recognition_val_generator,
validation_steps=math.ceil(len(background_splits[1]) / recognition_batch_size),
workers=0,
bacth_size=recognition_batch_size
batch_size=recognition_batch_size
)
Use the models for inference
Expand Down

0 comments on commit c941f0a

Please sign in to comment.