Recently I had to convert a python code base into `Cython` binaries. Because we are using `poetry`, it was not straight forward. Here is the process to do it step by step.
I'm continuing to take notes about my mistakes/difficulties using TensorFlow. I had Keras ImageDataGenerator that I wanted to wrap as a tf.data.Dataset. I couldn't adapt the documentation to my use case. Here is a concrete example for image classification.
I had some trouble using TensorFlow 2.0 with my GPU without using Docker. Sometimes my cuda version is not compatible with the TensorFlow build, other times it's about cudnn ... Using Anaconda makes your life easier!