tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.36k stars 1.96k forks source link

Fix tensorflow version check #369

Open AnmolMago opened 6 years ago

AnmolMago commented 6 years ago

The current version, a string "1.11.0-dev20180813" is greater than the minimum version of "1.4.0-dev20171024". However, using string comparisons this check fails due to 1 being less than 4.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). 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 (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
AnmolMago commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!