tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

Fix Python3 errors for cPickle #143

Closed bnaul closed 8 years ago

bnaul commented 8 years ago

Build for Python3 was broken in a9a488d; apparently that was just yesterday but I didn't want to wait :rocket:.

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


bnaul commented 8 years ago

@googlebot I signed it!

googlebot commented 8 years ago

CLAs look good, thanks!

terrytangyuan commented 8 years ago

Thanks!

terrytangyuan commented 8 years ago

@ilblackdragon Could you help cherry pick this one to TF PR?