-
Add support for Custom CA certs to Parquet.
Currently, only the W&B app has the support.
Probably a “copy and paste” from
https://github.com/wandb/helm-charts/blob/main/charts/operator-wandb/charts…
-
Excited for the addition of new scoring functions, thanks for the hard work. With it being hot off the presses, I did run into this issue.
`AsyncOpenAI` clients seem to be supported:
https://github.…
-
when I try to run `python train_dribbling.py` ,
it reports an error: `wandb.errors.CommError: Could not find run `
I'm not sure what do the paths in the following codes mean?
`RunnerArgs.resume…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
### Describe the bug
The following code works fine:
```
import pytorch_lightning as pl
import torch.nn.functional as F
import torch
from pytorch_lightning.loggers import WandbLogger
import wandb
fr…
-
Hey everyone,
I log my experiments with Tensorboard and have multiple experiments per run. Thus, I need to run:
```
wandb.tensorboard.patch(root_logdir=log_directory)
wand.init()
writer = SummaryWri…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/axolotl-ai-cloud/axolotl/labels/bug) didn't find any similar reports.
###…
-
Hi i correctly set up my own dataset in scenarionet format, but when i tried to train it using MTR it shows the following error, i tried it with the sample set using nuscenes also encounter this error…
-
The following breaks the docs:
1. Inconsistent code example indentation. These leads to broken markdown files. The easiest fix is to remove Examples since `lazydocs` picks that up and (out of the bo…
-
Wandb recently changed their formatting and it looks like spaces tend to mess up the ordering and division of metrics
Let's modify every key encountered to replace spaces with "-"
Let's only do that…