Ma Zerun

Results 47 comments of Ma Zerun

Maybe use a cartesian product to implement the subroutines ```python from itertools import product @TRANSFORMS.register_module() class TestTimeAug(BaseTransform): def __init__(self, transforms: list): self.subroutines = [Compose(subroutine) for subroutine in product(*transfroms)] def transform(self,...

> If not explicitly specified as False, it will be set to True in some cases. > > https://github.com/open-mmlab/mmclassification/blob/c94e9b36699094ca8cfd975442474ca4ac47f083/configs/vision_transformer/vit-base-p16_ft-4xb544-ipu_in1k.py#L54 > > https://github.com/open-mmlab/mmclassification/blob/c94e9b36699094ca8cfd975442474ca4ac47f083/mmcls/apis/train.py#L209 Get it

> Yes, I know it's before normalization. But for some datasets, like CIFAR, the images are not loaded from files, and these images are in RGB format.

Of course, please check https://agentlego.readthedocs.io/en/latest/modules/tool.html Feel free to provide your advice about it.

Hello, could you please provide your config file and the error message? I want to figure out why the transforms are not found.

> #3111 might help which includes fix to [gdamore/tcell#578](https://github.com/gdamore/tcell/issues/578). > > This is a binary built from the latest source. > > [fzf-0.35.1-devel-windows_amd64.zip](https://github.com/junegunn/fzf/files/10334231/fzf-0.35.1-devel-windows_amd64.zip) I notice that fzf 0.35.1 doesn't have...