rsanandres-wandb
rsanandres-wandb
Hello! You can subclass the [WandbCallback](https://docs.wandb.ai/ref/python/integrations/keras/wandbcallback) to log what you wish. Here are some links that can be helpful: - [HuggingFace Transformers Docs](https://docs.wandb.ai/guides/integrations/huggingface) - [WandbCallBack Docs](https://docs.wandb.ai/ref/python/integrations/keras/wandbcallback) - [GitHub WandbLogger Code](https://github.com/huggingface/transformers/blob/fe861e578f50dc9c06de33cd361d2f625017e624/src/transformers/integrations.py#L670)
Hello @cjdonahoe ! I tried to replicate the issue and was unable to. One thing I can recommend is to use the tracer as a context manager in order for...
Hello @ShoufaChen ! You can currently do this with the following piece of code: ``` import wandb api = wandb.Api() run = api.run("//") print(run.summary["_wandb"].runtime) ```
Hello! I was able to run the code to get the jobs time in the failed, running and crashed state. What is the output when you are running the commands...
That is not normal, what likely happened is that the run crashed before being able to log any metrics. Unfortunately, we will not be able to show the runtime since...
Hello! Sorry that this slipped through! I am looking into to see if there is a way to do this in Weave.
Hello! It looks like the login is being corrupted somewhere. We save the login credentials in the `~/.netrc` file. Could we try the following steps: - Could you delete your...
Hello @stellarpower ! There seems to be some missing from my understanding. Are you seeing that there is an `Unknown State` that is popping up in the UI? A couple...
Hello! You can't directly get the max/min value from the Runs Table, but you are able to get the max/min in Weave with the following: ```runs.history.concat["_step"].max```
Hello! There isn't a way to set a general rule with define rule with `define_metric` since we would need all the data surrounding each metric in order to full graph...