Skip to content

Commit 043c45a

Browse files
Merge pull request #2218 from Sarvesh-Kesharwani:patch-1
PiperOrigin-RevId: 534235147
2 parents 6e4752f + bb7667c commit 043c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
"id": "7EWyDu3zot2w"
785785
},
786786
"source": [
787-
"Write a basic training loop for the model. The loop will make use of the MSE loss function and its gradients with respect to the input in order to iteratively update the model's parameters. Using mini-batches for training provides both memory efficienciy and faster convergence. The `tf.data.Dataset` API has useful functions for batching and shuffling."
787+
"Write a basic training loop for the model. The loop will make use of the MSE loss function and its gradients with respect to the input in order to iteratively update the model's parameters. Using mini-batches for training provides both memory efficiency and faster convergence. The `tf.data.Dataset` API has useful functions for batching and shuffling."
788788
]
789789
},
790790
{

0 commit comments

Comments
 (0)