Prashant SinghTensorflow TPU and TFrecordsBefore I start let me first say this “TPUs are fast and with fast i mean crazy fast the biggest bottleneck for TPU is its data loading…Jan 27, 2021Jan 27, 2021
Prashant SinghPytorch Lightning Transfer Learning on custom datasetAlthough PyTorch is great but when task becomes complex there’s lots of small mistakes that can happen this is where PyTorch Lightning…Dec 4, 2020Dec 4, 2020
Prashant Singhownership and permissions in linuxWe all have at some point experienced permission denied error, isn’t it frustrating so let’s understand how permissions in linux work.Jun 2, 2020Jun 2, 2020
Prashant SinghDeep learning approach in detecting malware (STAMINA)Intel Labs and Microsoft Threat Protection Intelligence Teams are collaborating to research the application of deep learning for malware…May 17, 2020May 17, 2020
Prashant SinghWhat are L1, L2, L3 cacheCurrent generation Computer processors have processing speed of around 3Ghz, and while even high end RAM have speed of 2.4Ghz. As you can…May 11, 2020May 11, 2020
Prashant SinghUse of O_SYNC flag while opening a fileOpening a file in Linux is generally done by the help of open( ) system call. The open( ) function establishes the connection between a…May 11, 2020May 11, 2020
Prashant Singhwhy running ps command without options on shell shows only two entries?What is ps command?May 11, 2020May 11, 2020