Linkerbrain / fact-ai-2021-project

2 stars 0 forks source link

Experiments To-do List #10

Open Linkerbrain opened 2 years ago

Linkerbrain commented 2 years ago

Minimal Experiments that should be run:

Reproduce results in paper

Generalised to dataset not mentioned in paper) blocked by Implement new Dataset Story [Lucas]

Extra Experiments to run:

Cifar100 + different model

alvitawa commented 2 years ago

Training log for Cifar100, with Hybrid policy and both augmented policies.

https://gist.github.com/alvitawa/1070214fa386a34213895f53b634a21d

It prints the augment indices like 43-18-18 in addition to a list of augmentations like: [RandomCrop(size=(32, 32), padding=4), RandomHorizontalFlip(p=0.5), <benchmark.comm.sub_transform object at 0x14649711dac0>]

Do not be mistaken, the first two augmentations in this list are the preprocessing of the data, the actual augmentations provided by the indices are combined into the last element of that list.