gin-config icon indicating copy to clipboard operation
gin-config copied to clipboard

How can I get rid of this error without updating TF

Open GoingMyWay opened this issue 4 years ago • 3 comments

The CUDA in my machine is old and cannot run the newest TF. I got the error

ImportError: This version of Gin-Config requires TensorFlow version >= 1.12.0; Detected an installation of version 1.9.0.

Are there any workarounds to get rid of this error?

GoingMyWay avatar Sep 23 '19 10:09 GoingMyWay

You can just import gin and then create your own external_configurables.py for TF

sguada avatar Sep 24 '19 21:09 sguada

@sguada

I think I should install 0.1.1 and chenge zip in /home/me/anaconda3/lib/python3.6/site-packages/gin/config.py to with list(zip(...)), so this issue solved.

Ref: https://github.com/google/gin-config/issues/22#issuecomment-535437742

Could you please remove the requirement for TF version or make it compatible with all TF 1.8+ (CUDA 7+) ?

GoingMyWay avatar Sep 30 '19 03:09 GoingMyWay

Not sure if all the symbols would be defined in TF 1.8+

sguada avatar Dec 07 '19 22:12 sguada