JunYeopLee / fast-autoaugment-efficientnet-pytorch

A Pytorch implementation of Fast AutoAugment and EfficientNet
119 stars 13 forks source link

visualization of found policy #4

Open zhifanwu opened 4 years ago

zhifanwu commented 4 years ago

Excuse me, could you tell me how do you visualize the found policy? Because there are many sub-policy, which consists of two op, and each op has its prob and magnitude, which different from each other (even the ops are same, the probs and magnitudes are still different). So my question is, how do you visualize the found policy? Do you average the probs and magnitudes for each op, or have you done something else? Thank you very much!

JunYeopLee commented 4 years ago

Hi @zhifanwu, Thank for your questions

The aggregation method of found policy's probs and magnitudes is just summation of each value.