I am receiving following error in log, any one has any clue how to fix it, I am new to wandb and my test setup is simple. ?
wandb: ERROR Unable to log learning rate.
def model_build():
optimizer = Adam(learning_rate=0.001)
model.compile(optimizer=optimizer, loss=“mse”, metrics=“accuracy”)
Hello @ws11yrin ,
thank you for writing in and happy to help. Could you please provide this:
- the
debug.log
and debug-internal.log
. These files are under your local folder wandb/run-<date>_<time>-<run-id>/logs
in the same directory where you’re running your code.
Hi @ws11yrin , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!