Freddy Snijder Profile picture
Senior Data Scientist (ML/AI) and Software Engineer. Working on LLMs for Conversational AI and information retrieval. Developing MLPug training framework.
Jun 7, 2019 7 tweets 2 min read
(1/7) My experience today to migrate my code from #Keras to Keras for @TensorFlow (tf.keras) has been a bit painful unfortunately. Some issue I encountered (@fchollet maybe this is of interest to you?): (2/7) I found out that 1.13 doesn't have support for float16 in linear algebra operators, luckily this pull request now landed in 1.14-RC0 github.com/tensorflow/ten…