google-research / electra

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
Apache License 2.0
2.31k stars 351 forks source link

How to configure tensorflow_gpu 1.15? #62

Closed MarkClemens301 closed 3 years ago

MarkClemens301 commented 4 years ago

Hi clarkkev,

The tensorflow official website does not quote the configuration information of version 1.15. https://tensorflow.google.cn/install/source_windows#gpu

But, you are using version 1.15 of tensorflow_gpu (readme.md). How do you configure the corresponding CUDA, cuDNN, and Bazel? The main question is about the version. Or can I use other versions of Tensorflow (on my laptop)?

Thanks