Senthilkumar Gopal

Musings of a machine learning researcher, engineer and leader

#python Articles


float16 precision conversion to Base64

This post discusses the different methods in Python for converting float16 or half-precision floats to base64 and vice versa to ensure lossless transmission of numpy array data.