Skip to content Skip to sidebar Skip to footer
Showing posts with the label Version

Python Versions On Mac

I'm working on Mac Os 10.7 (Lion) and I have some questions: What is the pre-installed version… Read more Python Versions On Mac

Pip Says Old Version Is Installed After Installing New Version

I uninstalled pip and reinstalled it from get-pip.py, yet it reports the wrong version. C:\>pyth… Read more Pip Says Old Version Is Installed After Installing New Version

Keras Version To Use With Tensorflow-gpu 1.4

I am using ubuntu 16, with python 3, tf-GPU with keras. I downgraded to tf 1.4 due to cuda errors a… Read more Keras Version To Use With Tensorflow-gpu 1.4

Changing String To Byte Type In Python 2.7

In python 3.2, i can change the type of an object easily. For example : x=0 print(type (x)) x=bytes… Read more Changing String To Byte Type In Python 2.7