Skip to content

Commit b2bfd92

Browse files
committed
✍️ update contextnet scripts
1 parent 96b482d commit b2bfd92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/contextnet/train_tpu_keras_subword_contextnet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115

116116
contextnet.compile(
117117
optimizer=optimizer,
118-
experimental_steps_per_execution=args.spx,
119118
global_batch_size=global_batch_size,
120119
blank=text_featurizer.blank
121120
)
@@ -132,5 +131,4 @@
132131
contextnet.fit(
133132
train_data_loader, epochs=config.learning_config.running_config.num_epochs,
134133
validation_data=eval_data_loader, callbacks=callbacks,
135-
steps_per_epoch=train_dataset.total_steps, validation_steps=eval_dataset.total_steps
136134
)

0 commit comments

Comments
 (0)