WARNING (User provided step: is less than current step

wandb: WARNING (User provided step: 3 is less than current step: 1347. Dropping entry: {‘loss/epoch’: 0.11077980104344326, ‘_timestamp’: 1708702127.9576335}).

it keep showing that notice and i dont know why

1 Like

Hi @adrianyuanzhengze , the reason you are seeing this is somewhere in your logging logic you are attempting to set a specific wandb step within a log call, example wandb.log({"foo": bar}}, step=<user provided>). Wandb step is expected to be monotonically increasing and you cannot log to a previous step. Could you check to make sure you are not attempting to specify step in a log call? The behavior will most likely originate from there. More on expected logging behavior here

1 Like

Hi @adrianyuanzhengze, 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!