Uncategorized

GAN Zombies

I was playing around with GAN face generation in TensorFlow the other night. The iterations turned better and better except in one …

Matlab

How to print colored or bolded strings in Matlab


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /data/1/b/1b32a628-bdcf-4151-86ff-5d5550106b39/nonconditional.com/public_html/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /data/1/b/1b32a628-bdcf-4151-86ff-5d5550106b39/nonconditional.com/public_html/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

From not very in-depth research there seems to be no way to color strings being output to the terminal in Matlab when …

Python

Benchmarking Python fancy indexing vs. taken


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /data/1/b/1b32a628-bdcf-4151-86ff-5d5550106b39/nonconditional.com/public_html/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

I recently discovered that fancy indexing is not that fast in Python. If you do a lot of it, it can eat …