IndexedSlices in Tensorflow
What are `IndexedSlices` and why are they get used in Tensorflow?
What are `IndexedSlices` and why are they get used in Tensorflow?
Implementing attention mechanisms, multi-head attention, transformer architecture, etc. from scratch in Tensorflow.
Create a data pipeline by incrementally reading thousands of `csv` files using Tensorflow `Sequence`.
Use of `map` and `prefetch` combined with generators can speed up data ingestion.
Perform linear algebraic operations only using Tensorflow.
Create a data pipeline by incrementally reading thousands of `csv` files in Tensorflow.
Understanding python generators with simple examples.