Deep_Hierarchical_Classification icon indicating copy to clipboard operation
Deep_Hierarchical_Classification copied to clipboard

PyTorch Implementation of Deep Hierarchical Classification for Category Prediction in E-commerce System

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

Greetings! May I know why the default num_classes is 6? I thought cifar100 contains 20 classes (superclasses) where each class has 5 subclasses. And I can't find related information in...

I am applying this to a custom dataset. I do not have a metafile. What do I do in this case? Should I create a metafile and if so how...

Hi, Correct me if I am wrong but in the code snippet to calculate D_l for the dependency loss (https://github.com/Ugenteraan/Deep_Hierarchical_Classification/blob/e4f20ae51a2daabfc1c01f6fdab778ef31cc7617/model/hierarchical_loss.py#L65), argmax is non-differentiable, thus the gradient wrt to dloss won't...