Skip to content

Aazeb/DeepER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of DeepER

Running a model:

 CUDA_VISIBLE_DEVICES=1 python main.py --algorithm deeper --dataset WN18RR --mode uni
 CUDA_VISIBLE_DEVICES=1 python main.py --algorithm mdeeper --dataset FB-IMG --mode mul

Hyperparameters:

Available in hyperparameters.txt

Requirements

PyTorch	1.8.1
GrouPy

Access GrouPy (Pytorch) at https://github.com/adambielski/GrouPy

Unzip data.rar

Access FB-IMG, WN9-IMG, and their pretrained embeddings at https://github.com/UKPLab/starsem18-multimodalKB

Acknowledgment:

DeepER is implemented in the code base taken from https://github.com/ibalazevic/HypER

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages