Skip to content

Commit

Permalink
Add conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkpardo committed Jul 21, 2021
1 parent 7ccca4b commit 09a6503
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ Neural networks designed for operator-valued functional learning problems.
A conda environment with required modules can be installed using

```
conda create -n neural_operators --file operators-env.txt
conda env create -f operators-env.yml
```

# Usage
11 changes: 11 additions & 0 deletions operators-env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: operators-env
channels:
- defaults
dependencies:
- python=3.8
- torchaudio==0.7.0
- pytorch==1.7.0
- torchvision==0.8.0
- cudatoolkit=10.2
- einops
- networkx

0 comments on commit 09a6503

Please sign in to comment.