Closed exx8 closed 2 years ago
Referencing the AttributeError: After removing the "experimental" from keras all the classes related to it are depreciated and provided their functionality with another API. You can update the following line : tf.keras.mixed_precision.set_policy(policy) with tf.keras.mixed_precision.set_global_policy(policy)
I've tried to run efficientnetv2 on my gpu.
python3 main.py --mode=train --model_name=efficientnetv2-s --dataset_cfg=imagenet --model_dir=~/effi/models/efficientnetv2 --use_tpu=False
I get the following error:Tensorflow version: 2.8 python version 3.8.10 cuda version:11.6