ankitdhall / learning_embeddings

Code for CVPR-W 2020 paper "Hierarchical Image Classification using Entailment Cone Embeddings" https://arxiv.org/abs/2004.03459
https://ankitdhall.github.io/project/learning-representations-for-images-with-hierarchical-labels/
21 stars 7 forks source link

How to run HC joint embedding #35

Open ziweiWWANG opened 2 months ago

ziweiWWANG commented 2 months ago

Dear Ankit,

I only find the instruction to run CNN-based algorithm using branch Adam1x. I want to ask how to replicate the result of HC in the paper?

  1. which branch should I use
  2. which file is for HC experiment (hierarchical entailment cone joint embedding).
  3. I find the oe_h.py, oe.py, order_embeddings_h.py, order_embeddings_image.py, order_embeddings.py. Can you please specify the difference between them.

Thank you for your help.