MoH-assan

Results 8 issues of MoH-assan

Hi, I am facing the same [issue #3126 (#3126) but I donot know which custom chart should I use ? There seem to be different versions here ![image](https://github.com/wandb/wandb/assets/123608862/a30ebe6b-828c-4b69-8ab0-a99e2c1588fa)

Hi, Instead of defining every individual metric, is there is away to set more general rule, something like summary="min" if "loss" in metric_name

Is there is way to take advantage of min, max values obtained here https://github.com/wandb/wandb/issues/736#issuecomment-1716142404 to use then in the weave chart.

Hi, When I intialized wandb with specific configuration (e.g. `config_global` in the code snippet below. Then when I update these configuration and trigger sync, these updates are not reflected in...

question

Hi, Thanks for the Repo I am trying to use GradCAM on the X3D model from the tutorial below. https://pytorch.org/hub/facebookresearch_pytorchvideo_x3d/#define-input-transform However, I am getting the error below. Which I guess...

Hi, It would be nice to support counterfactual grad-cams from section 3.3 in the original paper. https://arxiv.org/pdf/1610.02391 I guess it is a matter of changing this https://github.com/jacobgil/pytorch-grad-cam/blob/1ff3f58818baa2889f3f51d0b9759783b4333ba0/pytorch_grad_cam/base_cam.py#L141-L142 to this ```...

I am running local sweep controller and agents on [Niagra HPC](https://www.scinethpc.ca/niagara/) On the login node, I successfully initialize the controller using `$ wandb sweep --controller config.yaml --project 'wandb_offline_sweep' --entity 'uoft'...

c:sweeps

Does guided_backprop.py support batchs? I think the current implementation is hard-coded of a single (2D) image [1,C,W,H]. https://github.com/jacobgil/pytorch-grad-cam/blob/18144f2afc8a14a73e71b68dc7fbdb7378af2f8e/pytorch_grad_cam/guided_backprop.py#L87 I think this change is needed to support batches ``` def __call__(self,...