ruiminshen / yolo-tf

TensorFlow implementation of the YOLO (You Only Look Once)
GNU Lesser General Public License v3.0
198 stars 72 forks source link

Why you choose python 3 instead of python 2.7 in yolo-tf ? #1

Open TaihuLight opened 7 years ago

TaihuLight commented 7 years ago

For Tensorflow 1.0.*/1.1.0 is coding by using Python 2.7, I think that it is the best choice that the yolo-tf use python2.7 instead of python 3 in order to speed up? Is it right?

leonardoaraujosantos commented 7 years ago

Keep going on python3 :)

ruiminshen commented 7 years ago

@TaihuLight Thank you for your question. I think Python 3 is more elegant than 2 so I'm accustomed using it. However, I will consider to let the code supporting both Python 3 and 2.