Official Repository of the ANL 2022 Summer Workshop
-
Install Deephyper by following documentation of installation instruction.
-
Install matplotlib
pip install matplotlib
- Clone the repository
git clone https://github.com/deephyper/anl-22-summer-workshop.git
cd anl-22-summer-workshop/
To test the notebooks directly on Colab with the develop
branch from deephyper add this in the before the first cells
!rm -rf deephyper_repo/
!git clone -b develop https://github.com/deephyper/deephyper.git deephyper_repo
!pip install -e "deephyper_repo/[nas,popt,autodeuq]" --use-feature=in-tree-build
!pip install matplotlib
!git clone https://github.com/deephyper/anl-22-summer-workshop.git
!cd anl-22-summer-workshop/notebooks/