adaptive_weighted_attribute
adaptive_weighted_attribute copied to clipboard
Adaptively Weighted Multi-task Deep Network for Person Attribute Classification
As mentioned in the paper, trend = abs(cur_mean - pre_mean) / cur_mean. So for one particular attribute, if cur_mean equals pre_mean, then trend = 0, norm_trend = 0 and λ...
Can you share the test code? I test the model in CelebA dataset. But only get the 89% acc in the eyeglasses attributes.
hello, when i test the trained model, i get the error, can you help to solve the problem