Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deephyper/anl-22-summer-workshop
https://github.com/deephyper/anl-22-summer-workshop
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deephyper/anl-22-summer-workshop
- Owner: deephyper
- License: bsd-2-clause
- Created: 2022-07-10T18:53:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T22:07:16.000Z (about 2 years ago)
- Last Synced: 2024-10-30T09:35:39.902Z (14 days ago)
- Language: Jupyter Notebook
- Size: 8.78 MB
- Stars: 9
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://deephyper.readthedocs.io/en/latest/install/local.html).
2. Install matplotlib
```console
pip install matplotlib
```3. Clone the repository
```console
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
```ipython
!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/
```