fast-autoaugment icon indicating copy to clipboard operation
fast-autoaugment copied to clipboard

Official Implementation of 'Fast AutoAugment' in PyTorch.

Results 30 fast-autoaugment issues
Sort by recently updated
recently updated
newest added

1.cp search.py ../search.py 2.in the directory. ..../fast-autoaugment exec the flowing command: python search.py -c confs/wresnet40x2_cifar10_b512.yaml got the error. 46%|████████████████████████████████████████████████████████████████████████▎ | 91/200 [30:06

Hello, I have been trying FAA in my application. I noticed that in search.py, line 116, you're basically taking the minimum loss over all the losses for each image. Since...

Hi Ildoo, thank you for sharing great code. I tried ResNet18 on ImageNet, but the result is not good. Have you ever experimented on ResNet18, or do you have any...

hi guys! nice paper. was wondering if you considered using [`kornia.augmentation`](https://kornia.readthedocs.io/en/latest/augmentation.html) for your project ? I believe it can help to differentiate over the whole set of augmentation operators. This...

This code is broken it seems. there were many minor bugs that I fixed but now i see this error when running search.py. I have space left OSError: [Errno 28]...

Hi~ I have some questions about the paper and code: **Questions about the code** 1. What does "tta" mean in the function `eval_tta()` (in `search.py`)? 2. Why `for _ in...

I trained Imagenet using 32 GPUs via horovod (8V100*4) but got acc 77.1% which was much less than 78.6% reported in your paper by running: python train.py -c confs/resnet50_imagenet_b4096.yaml --aug...

bug

Hi, @ildoonet Thanks for your great work, and it has inpired me a lot. Recently, I'm trying to reproduce the search results. When I utilize the ray.tune.hyperoptsearch method as the...

First of all, thank you very much for your open source code. Now that I have successfully run with your data, I would like to know how to obtain enhanced...

Hello, thank you very much for your code, but I am currently encountering a minor issue. I encountered the following issue while using the Anconda prompt to install Python graphical...