Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 665 Bytes

Knowledge Graphs & GNNs in AEC

Run with Google Colab

Open In Colab

Install Locally

  • Install poetry: https://python-poetry.org
  • Clone the repository
  • Run poetry lock from the root folder
  • Run poetry install from the root folder
  • If torch installation fails, use poetry run pip install torch instead
  • Use a Jupyter Notebook editor and open the .ipynb file from /notebooks
  • Ignore the first cell: Install (Google Colab)