OntoZSL icon indicating copy to clipboard operation
OntoZSL copied to clipboard

Results 5 OntoZSL issues
Sort by recently updated
recently updated
newest added

for i, rel in id2rel.items(): # load embeddings **if rel in entity_embeddings_img and rel in entity_embeddings_txt: rel_embed_txt = entity_embeddings_txt[rel] rel_embed_img = entity_embeddings_img[rel]****** here in entity_embeddings_img[rel] we didn't find any embedding...

Or can you tell us which data package are these image classes coming from so we can download them altogether since It's not very reasonable to download them separately from...

Hello, I'm trying to setup and run the OntoZSL for the AwA2 dataset. While in the training process I would like to know the default args value for 'SemSize' argument....

![1631660461(1)](https://user-images.githubusercontent.com/33856565/133344854-9d8e3d7c-caba-48d1-bb8a-320e58634cbc.png)

Hello, I am trying to run your model, but it is not working. When I try to follow your instructions, I get the following error: ```bash >>> python code/OntoEncoder/pretrain_struc.py --dataset...