Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 810 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 810 Bytes

Understanding Horizon 2020 data: A knowledge graph-based approach

This repository hosts code for the papers:

Datasets

Available in this link

Test Results

Configure CordisKG\config.py and run CordisKG.py.

Installation

  • Python 3 (min. version 3.6), pip3 (& py launcher Windows-only).
  • Pytorch (min. version 1.8.0) the install guide can be found in (https://pytorch.org/)
  • For speedup, pytorch also supports GPU parallelization with CUDA (min. version 11.0)
  • Run pip3 install -r requirements.txt

Contributors