Skip to content

deephyper/anl-22-summer-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anl-22-summer-workshop

Official Repository of the ANL 2022 Summer Workshop

Local Installation for Developers

  1. Install Deephyper by following documentation of installation instruction.

  2. Install matplotlib

pip install matplotlib
  1. Clone the repository
git clone https://github.com/deephyper/anl-22-summer-workshop.git
cd anl-22-summer-workshop/

Notebooks Tests

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/