OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
TensorFlow version and how it was installed (source or binary): Tensorflow 2.12.0 - Install by using the pip command
TensorFlow-Addons version and how it was installed (source or binary): Tensorflow-addons 0.20.0 - Install by using the pip command
Python version: 3.11
Is GPU used? (yes/no): YES
Describe the bug
When I tried to train my model, I get this bug like this:
"mutable default <class 'official.modeling.optimization.configs.optimizer_config.SGDConfig'> for field sgd is not allowed: use default_factory"
System information
Describe the bug
When I tried to train my model, I get this bug like this: "mutable default <class 'official.modeling.optimization.configs.optimizer_config.SGDConfig'> for field sgd is not allowed: use default_factory"