from keras.utils import get_file
File "E:\Anaconda\envs\stylegan2\lib\site-packages\keras_init_.py", line 6, in
'Keras requires TensorFlow 2.2 or higher. '
ImportError: Keras requires TensorFlow 2.2 or higher. Install TensorFlow via pip install tensorflow
Isn't the tensorflow GPU version required? Why do you still report the error that tensorflow should be above version 2.2
from keras.utils import get_file
File "E:\Anaconda\envs\stylegan2\lib\site-packages\keras_init_.py", line 6, in
'Keras requires TensorFlow 2.2 or higher. '
ImportError: Keras requires TensorFlow 2.2 or higher. Install TensorFlow via
pip install tensorflowIsn't the tensorflow GPU version required? Why do you still report the error that tensorflow should be above version 2.2