Reshape,Permute,Squeeze,Unsqueeze made simple using einops | The Gems

preview_player
Показать описание
This tutorial introduces to you a fantastic library called einops.

Einops provides a consistent API to do reshape, permute, squeeze, unsqueeze and enhances the readabilty of your tensor operations.

Google colab notebook that has examples shown in the tutorial:
Рекомендации по теме
Комментарии
Автор

Thank you, the tutorial helped me a lot to get started with Einops.

alexandrkazda
Автор

Thanks a lot this was very informative.
my man, you've got a killer voice by the way😉

amortalbeing
Автор

I didn't go through this video till today. But I was sitting on my work machine and I saw this video and cleared up my doubts.

Commenting as i can't comment from my work laptop. Great video sir.

ssshukla
Автор

Thank you for making me aware of this library. The alternative I used was to name variables with dimension postfix like "letter_w_N_M_e = letter_sne.reshape(w, N, M, 512) ". This library can make this even more clear and offers the opportunity to combine multiple lines.

johngrabner
Автор

Perfect introduction to Einops! Thanks

kappa
Автор

this is called perfect teaching.. 😊 enlightened after watching


can you please touch optical flow estimation part as well?

Thanks Sir!

NihalKumar
Автор

Thank you so much sir it is a great video 👌👌🙌🙌

ishaquenizamani
Автор

You are genius please provide an end implementation pytorch of famous models using the available modules.

normalchannel
Автор

Can you make a video on VISSL library?

abhishekmann
Автор

You has really guts to tell the truth, the of these forming a mess not readible

huiwencheng
Автор

what is the difference between einsum and einops?

prajwol_poudel