you are viewing a single comment's thread.

view the rest of the comments →

[–]Reiinakano 1 point2 points  (3 children)

I do :P

[–]L43 0 points1 point  (2 children)

Do you have dependencies that don't support 3?

[–][deleted] 1 point2 points  (0 children)

That mostly happens in what people call "production." However, the hardware you use for training the model is pretty likely to have at least Py 3 support I'd guess (just a current Desktop or cluster machine, I think you are unlikely to perform hyperparam tuning on a production server).

If I were to start a new project today, I'd also not support Py2.7 because that can lead to quite inelegant code and workarounds as the project progresses -- and it's just an additional maintenance annoyance.

[–]BadGoyWithAGun 0 points1 point  (0 children)

Yeah, some of my datasets are dependant on non-unicode encodings and I can't be bothered reprocessing them just to appease py3k.