Code.Read.Sleep.Repeat
I would be outlining the steps I followed to set up TensorFlow on my Ubuntu 15.10 system with GPU support. TensorFlow is an Open-Source library developed by Google for designing neural network paradigms. It uses data flow graphs where the graph edges denote the tensors flowing…
Using GNU Debugger(GDB) to debug C codes.
GNU Debugger, which is also called gdb, is the most popular debugger for UNIX systems to debug C and C++ programs
The following is a layman’s language explanation of how to use GDB to debug C codes.