Optimize Tensorflow Pipeline Performance: prefetch & cache | Deep Learning Tutorial 45 (Tensorflow)

  Рет қаралды 35,906

codebasics

codebasics

Күн бұрын

Пікірлер: 46
@codebasics
@codebasics 2 жыл бұрын
Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced
@nguyenminhluong7571
@nguyenminhluong7571 2 жыл бұрын
Thank u so much, I have been stuck on dataset. prefetch() for 2 days until I found your Video!! Many Thanks!
@codebasics
@codebasics 2 жыл бұрын
Glad it helped
@NeotenicApe
@NeotenicApe 3 жыл бұрын
I have just finished the whole series. The way you teach makes everything astoundingly intuitive and simple. You and this channel are treasures. Thank you for the time and effort you've expended doing this. I know you already have a lot of requests, and I would not want to impose more upon you, but, whenever time permits, I would love for you to explain forecasting models with multiple features both theoretically and with TF/Keras. Now, on to your other playlists.
@i_amankitgupta
@i_amankitgupta 3 жыл бұрын
Hello Dear Sir, Please Add more videos I am only following your data Science Road Map and Your Video I have simply Understand. That time I am 3 years in 6 sem. Next year My placement will start so sir Please complete the Deep learning series. Please sir Humble requests to you hurry up to complete the Deep Learning series. You are one of the best teachers on KZbin to simply explain everything.
@codebasics
@codebasics 3 жыл бұрын
yes Ankit I am trying. The field is vast and I just dont have enough time but I am on it!
@rabadaba7
@rabadaba7 Жыл бұрын
I love this man! His enthusiasm and charisma is amazing.
@mayurkumawatmusic
@mayurkumawatmusic 3 жыл бұрын
please add more videos sir, your way of explaining concepts is very easy. I watched this whole playlist all 83 videos ❤️
@codebasics
@codebasics 3 жыл бұрын
yes I am in the process of making more videos. there are many more exciting videos coming up.. next one is going to be on BERT :) Give me some time I am working on them.
@mayurkumawatmusic
@mayurkumawatmusic 3 жыл бұрын
@@codebasics thank you sir 😊
@jayminadhikari9016
@jayminadhikari9016 3 жыл бұрын
Thank you so much sir for this online Course videos about AI ,, I watched every single video of this playlist !! Really appreciated !
@codebasics
@codebasics 3 жыл бұрын
This playlist is not complete. I am still actively uploading videos. Few more videos to go ☺️
@codebasics
@codebasics 3 жыл бұрын
Glad it was helpful!
@jayminadhikari9016
@jayminadhikari9016 3 жыл бұрын
@@codebasics Sir your explanation skill is really nice and easy to understand .🙏🏻🙏🏻
@_Ahmed_O
@_Ahmed_O 10 ай бұрын
I am so grateful for your help and clear explanation.
@coolstudios8273
@coolstudios8273 Жыл бұрын
First off, you're channel is so amazing, you're videos are excellent quality and they've helped me learn so much about deep learning, so thank you so much for your hard work and quality content. :D Now lately I've been developing a large Tensorflow model, and I'm getting out of memory errors, from what I've learned it seems the best solution to this road block is gradient checkpointing, however there is little to no resources online about it. Could you make a video covering gradient checkpointing?
@ArpitYadav-ws5xe
@ArpitYadav-ws5xe 2 жыл бұрын
Great. Excellent video
@mateusbalotin7247
@mateusbalotin7247 2 жыл бұрын
Amazing content!!! Thank you very much.
@kasivisweswarreddy1472
@kasivisweswarreddy1472 27 күн бұрын
00:00 Optimizing Tensorflow pipeline performance with prefetch and cache 00:04 Optimizing Tensorflow input pipeline performance using prefetch and caching 02:17 Optimize TensorFlow pipeline performance with prefetch & cache 04:46 Optimize TensorFlow performance using cache function 06:59 Optimizing Tensorflow pipeline performance through prefetching and caching 09:28 Optimizing Tensorflow pipeline performance by prefetching and caching. 12:21 Understanding Tensorflow pipeline performance optimization 14:53 Benchmarking the performance of file dataset class with prefetch API 17:29 Using prefetch and cache to optimize Tensorflow pipeline performance 19:29 Optimizing Tensorflow Pipeline Performance with Cache 21:51 Caching the map function in Tensorflow pipeline prevents recomputation 24:21 Improving performance using cache in Tensorflow pipeline
@תומרמיכאלוביץ
@תומרמיכאלוביץ Жыл бұрын
You are amazing ! TY
@canoksuzoglu6540
@canoksuzoglu6540 4 ай бұрын
thank you for great explainatition
@sweetykatam3036
@sweetykatam3036 3 жыл бұрын
Please do vedios on digital image processing
@LaurentLaborde
@LaurentLaborde 2 жыл бұрын
4:00 I'm very confused at this diagram, you're not calling "batch()" ?
@kishanikandasamy
@kishanikandasamy 3 жыл бұрын
Sir Can you please make a video on how to detect facial expressions using Deep learning
@isitabhoye4081
@isitabhoye4081 3 жыл бұрын
Please , upload video on BERT model also.
@codebasics
@codebasics 3 жыл бұрын
yes it is coming up soon
@mawkuri5496
@mawkuri5496 3 жыл бұрын
this is the last video. can you create a tuts on transformers and deep minds Fictitious Co-Play (FCP)
@anandakhan4160
@anandakhan4160 2 жыл бұрын
helpful.
@juanete69
@juanete69 9 ай бұрын
When do we need to use .cache() and when .cache().repeat()? Some tutorials say we need the second if we have multiple epochs.
@ThePietro1234
@ThePietro1234 2 жыл бұрын
Hi, thanks for the video, it is very clear! Only one thing I didn't understand: with .cache optimization the data remains in the CPU RAM right? Or the data remains in GPU DRAM? Because even though we talk about caching I doubt that the data remains in cache memory (trivially because cache memory is too small to fit a medium size dataset). Thanks!
@shubhamtalks9718
@shubhamtalks9718 3 жыл бұрын
What if there is some randomization step in between our pipeline? Should we use prefetch and cache then? Because that randomization step should ideally generate some different result for each epoch.
@suleymanerim2119
@suleymanerim2119 Жыл бұрын
You should use randomization after you cache . If you do caching after randomization step, then you will be fixing the last output of randomization step and getting the same results for each epoch.
@shubhamtalks9718
@shubhamtalks9718 3 жыл бұрын
What is the difference between tf.data.Dataset.map(...) vs tf.data.Dataset.apply(...) ?
@PriyankaDarshanam
@PriyankaDarshanam Ай бұрын
My benchmark(FileDataset()), prefetch and autotune are not showing much difference. Its just 278, 282 and 280
@shubhamdamkondwar6633
@shubhamdamkondwar6633 3 жыл бұрын
hi i know this is out of he topic question but i wanted to kno Google Data Analytics Professional Certificate is it worth to enroll
@nikhilbapurao1223
@nikhilbapurao1223 3 жыл бұрын
Hello sir I want to know that the Geospatial analyst role can help me to get data science field in future? Or geospatial analyse experience is beneficial for me in future if I switch into data science? Please reply
@himanshuG45
@himanshuG45 3 жыл бұрын
Plz have a video on chatbot with flask
@gamelords7201
@gamelords7201 2 жыл бұрын
in the codebasics website of this video there is no next button. So the course completion status cant be made 100%, its stuck at 98 %
@gulatiaryan
@gulatiaryan 3 жыл бұрын
How to start with AWS
@annperera6352
@annperera6352 3 жыл бұрын
hello sir can you do a video on implementing Adaboost and CART
@pafiwachitake3318
@pafiwachitake3318 2 жыл бұрын
using autotune is giving back an attribute error, claiming that
@rajmakwana8452
@rajmakwana8452 3 жыл бұрын
Sir I need your help I am so confused 🙏🙏
@shruti3951
@shruti3951 3 жыл бұрын
when will this course end its almost one year lmao is it never ending ? complete this asap coz then it wont called learning it will be upgradations XD
@ayazpatel105
@ayazpatel105 3 жыл бұрын
Hey Can you make a video on RDD and Data frames, if you don't make your system will get corona.
@jessy3933
@jessy3933 3 жыл бұрын
I totally don't understand this pls
@manojahlawat2881
@manojahlawat2881 3 жыл бұрын
Sir hindi me bolo plz...
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 121 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 12 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 34 МЛН
Batch Normalization (“batch norm”) explained
7:32
deeplizard
Рет қаралды 230 М.
CUDA Programming on Python
21:34
Ahmad Bazzi
Рет қаралды 1,1 МЛН
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 870 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 121 МЛН