Instance Normalization is proposed in paper: Instance Normalization: The Missing Ingredient for Fast Stylization. It also be used in CycleGAN. In this tutorial, we will introduce how to implement it using tensorflow.
When we are using python librosa, we may get this error: AttributeError: module ‘librosa’ has no attribute ‘display’. In this tutorial, we will introduce you how to fix this error.
In this tutorial, we will introduce how to avoid tornado to output a garbled text in http response. It is very useful when you are test a web server api using postman.
In this tutorial, we will use an example to show you how to use tf.reduce_prod() correctly. This function is very similar to tf.reduce_mean() or tf.reduce_sum().
In this tutorial, we will introduce you how to convert a webp image to png using python pillow. This example is very useful if you have got some webp image from internet.
In this tutorial, we will introduce how to record an audio by speaker in python. It is very useful to record an audio if there is no microphone in our computer.