Skip to content
/ kge Public

LibKGE - A knowledge graph embedding library for reproducible research

License

Notifications You must be signed in to change notification settings

uma-pi1/kge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kge

Run

  • See available commands: kge.py --help

Installation

  • locally: run pip install -e .

Guidelines

  • Do not add any datasets or experimental code to this repository
  • Code formatting using black and with default settings (line length 88)
  • Code documatation following Google Python Style Guide (Sec. 3.8); see example
  • Do not use type annotation torch.Tensor; it is a synonym for torch.FloatTensor and thus does not mean "any tensor".
  • Unspecified configuration values are indicated by
    • '' for strings
    • -1 for non-negative integers
    • .nan for floats

About

LibKGE - A knowledge graph embedding library for reproducible research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published