How to solve JavaScript heap out of memory in angular or ionic build –prod

Lately, I was facing JavaScript heap out of memory issue whenever I tried to make Ionic 3 production build. After some googling, I found out that I am not the only one facing this issue. See this thread. Cause of JavaScript heap out of memory error Ionic 3 is based on angular, and it uses …

How to solve JavaScript heap out of memory in angular or ionic build –prod Read More »

Install cuDNN and CUDA in Ubuntu 18.04

How to Install CUDA and cuDNN on Ubuntu Linux

I recently purchased Zotac GeForce GTX 1050 Ti OC Edition and wanted to use graphics card for machine learning purposes. For this , NVIDIA provides a development environment known as CUDA. Installations of CUDA toolkit along with cuDNN can become very tiring because of all the dependencies involved. This is the step by step tutorial …

How to Install CUDA and cuDNN on Ubuntu Linux Read More »