Tensorflow is a library that is often used with Python to solve deep learning problems. This could be object recognition in images, style transfer of images as you might know it from apps like DeepArt and Prisma or language tools that can recognize the mood of a tweet. I use…
Using Google CoLab with GPU or TPU
If you just want to test a deep learning model quickly, you can use the online tool Google CoLab , there you also have the possibility to use a GPU and even for free. Activate GPU or TPU in notebook By default the notebook runs on the CPU. If you…
Last Comments