Revision control source text lines

When writing a document in a formatted syntax (e.g. Latex or Markdown) with revision control (e.g. git or svn), it is better to avoid (1) artificial line breaks in the middle of the sentences and (2) putting an entire paragraph in one line.

Read More

OpenBlas

While running some LSTM experiments in Keras the code ran into memory leak, which turned out to be an issue of Theano and BLAS hook up. Here is the solution I found.

Read More