google-research / nasbench

NASBench: A Neural Architecture Search Dataset and Benchmark
Apache License 2.0
682 stars 129 forks source link

Added Maximum TensorFlow version. #22

Open ThomasCassimon opened 4 years ago

ThomasCassimon commented 4 years ago

When using NASBench101 with TensorFlow 2.1.1, I received errors saying

module 'tensorflow_core._api.v2.train' has no attribute 'SessionRunHook'

After downgrading TensorFlow to 1.13.1, the issues were resolved. I am not certain which versions of TensorFlow do work, but I know 2.1.1 doesn't.

googlebot commented 4 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 with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.