learning_embeddings
learning_embeddings copied to clipboard
Code for CVPR-W 2020 paper "Hierarchical Image Classification using Entailment Cone Embeddings" https://arxiv.org/abs/2004.03459
Results
12
learning_embeddings issues
Sort by
recently updated
recently updated
newest added
Can you share the exact train, test, val json files that you used . The ones with the dataset seems to be incompatible with the code.
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...