tileb1
tileb1
### Describe the bug --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 crop = K.RandomResizedCrop((224, 224), scale=p([0.08, 1.0])) ~/anaconda3/envs/dino/lib/python3.8/site-packages/kornia/augmentation/_2d/geometric/resized_crop.py in __init__(self, size, scale, ratio, resample, same_on_batch, align_corners, p,...
Hello, Could you please provide the args used for running `main_esvit.py` with the right arguments for each run in the table below (first table in README)? Are the args used...
Hello, I pulled the latest PyTorch container from https://hub.docker.com/r/rocm/pytorch I can get some PyTorch code working 30% of the time. The rest of the time, I get these sorts of...
Hello, Following the doc, I was not able to find whether or not it is possible to set the color of a run programmatically: https://docs.wandb.ai/ref/app/features/panels/run-colors. From what I understand, the...