Zahlii / colab-tf-utils

Automatically backup keras/tensorflow models from Google's Colab service to your GoogleDrive based on a keras callback!
GNU General Public License v3.0
82 stars 23 forks source link

Python 2 compatibility #2

Closed rusiaaman closed 6 years ago

rusiaaman commented 6 years ago

Please review my changes which makes the script python 2 compatible. I have also added a section in README for downloading a saved file from the drive.

I haven't tested this in python 3 yet, but I am pretty sure it will work on it too given the type of changes.

Zahlii commented 6 years ago

Hi, thanks for the effort. Since the PR is merged, I'll close this here :)