adaptive_weighted_attribute icon indicating copy to clipboard operation
adaptive_weighted_attribute copied to clipboard

Adaptively Weighted Multi-task Deep Network for Person Attribute Classification

Results 3 adaptive_weighted_attribute issues
Sort by recently updated
recently updated
newest added

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