sushreebarsa

Results 10 issues of sushreebarsa

# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...

ready to pull

# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...

# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...

models:research

There were some typos in the documentation which are addressed in this PR. # Description > :memo: Please include a summary of the change. > > * Please also include...

I have updated the typos in customize_encoder.ipynb . Thank you! # Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and...

Fixed typos and broken links in documentation.

Added the correct link for string literals.

The link for codegen was directing to this page "https://www.tensorflow.org/lite/guide/codegen " so I updated the broken link with the correct one. Thank you!

Updated the line from if (y_pred_rank - y_true_rank != 1) or y_pred_shape[-1] == 1: to if (y_pred_rank - y_true_rank == 1) or y_pred_shape[-1] == 1: as the current behavior will...

size:XS

I have updated a few of the typos in TF documentation. Please have a look at this and do the needful. Thank you!

size:XS
awaiting review