fast-autoaugment
fast-autoaugment copied to clipboard
Official Implementation of 'Fast AutoAugment' in PyTorch.
I have installed pystopwatch2, and when i run code: python search.py -c confs/wresnet40x2_cifar10_b512.yaml --dataroot ... --redis ... I got an error shown below: Traceback (most recent call last): File "search.py",...
Hi, I am currently trying to utilize the PyramidNet + ShakeDrop. However I am getting the following error: `RuntimeError: Output 0 of ShakeDropFunctionBackward is a view and is being modified...
First of all, thanks you very much for your generous to sharing code public. My problem happen when I try to run search.py file and it returns error as an...
First of all, thanks you very much for your generous to sharing code public. My problem happen after i changed @ray.remote(num_gpus=4, max_calls=1) and ray.init(redis_address=args.redis) to @ray.remote(num_gpus=1, max_calls=1) and ray.init() in...
If I have only one gpu, can I run it without redis address? Which part code do I need to delete?
ImportError: cannot import name 'PyStopwatch' I have installed this package
Having prepared `environment.yml` with: ``` name: fast-aa channels: - conda-forge - defaults dependencies: - python=3.6.9 - pytorch=1.2.0 - torchvision=0.4.0 - cudatoolkit=10 - pip - pip: - git+https://github.com/wbaek/theconf@de32022f8c0651a043dc812d17194cdfd62066e8 - git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git@08f7d5e -...
can someone help me with this error while I am trying to use autoalbument
Hi, Thank you for the work. Just wanna share a tiny issue that confuses me. https://github.com/kakaobrain/fast-autoaugment/blob/2424224291616a2158a2265069ee95a78a2d13d9/FastAutoAugment/data.py#L313-L314 The function seems to fall back on central crop once the condition is satisfied,...