Ubuntu – Error when not using the defined layer in call method in Keras model with WandB integration
When defining a new Keras model and integrating it with WandB (Weights and Biases), I encountered an error related to a specific layer. The error message I received is as follows: File "/miniconda3/envs/tf/lib/python3.9/site-packages/wandb/data_types.py", line 1504, in from_keras node = Node.from_keras(layers[i])…