hlu109 / lorenzGNN

ficus lab research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lorenzGNN

Setup

  • create a virtual environment, e.g.
    pip install virtualenv
    virtualenv venv
    
  • activate the virtual environment (in this example the environment name is venv)
    source venv/bin/activate
    
  • install the required packages inside the virtual environment:
    pip install -r requirements.txt
    
  • now you are ready to roll!

About

ficus lab research


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%