... | @@ -4,7 +4,6 @@ |
... | @@ -4,7 +4,6 @@ |
|
```
|
|
```
|
|
git clone git@git.ligo.org:sushant.sharma-chaudhary/em-bright-gp.git
|
|
git clone git@git.ligo.org:sushant.sharma-chaudhary/em-bright-gp.git
|
|
cd em-bright-gp
|
|
cd em-bright-gp
|
|
git checkout a3f0d399
|
|
|
|
|
|
|
|
```
|
|
```
|
|
2. Create a anaconda environment using: `conda create -n {name} python=3.{8/9}`
|
|
2. Create a anaconda environment using: `conda create -n {name} python=3.{8/9}`
|
... | @@ -17,7 +16,6 @@ git checkout a3f0d399 |
... | @@ -17,7 +16,6 @@ git checkout a3f0d399 |
|
|
|
|
|
6. In order to train for genetic programming, additional packages must be installed.
|
|
6. In order to train for genetic programming, additional packages must be installed.
|
|
- tensorflow : `conda install tensorflow`
|
|
- tensorflow : `conda install tensorflow`
|
|
- htcondor : `pip install htcondor`
|
|
|
|
- pytorch : `conda install pytorch`
|
|
- pytorch : `conda install pytorch`
|
|
- gpytorch : `conda install gpytorch`
|
|
- gpytorch : `conda install gpytorch`
|
|
- Karoo-GP : `pip install karoo-gp`
|
|
- Karoo-GP : `pip install karoo-gp`
|
... | @@ -48,7 +46,7 @@ Note that these jobs require GPU and to prevent hogging resource we cap the jobs |
... | @@ -48,7 +46,7 @@ Note that these jobs require GPU and to prevent hogging resource we cap the jobs |
|
2. In the conda environment open python
|
|
2. In the conda environment open python
|
|
```
|
|
```
|
|
from ligo.em_bright import em_bright
|
|
from ligo.em_bright import em_bright
|
|
em_bright.source_classification_gp({m1},{m2},{chi1},{chi2},{snr})
|
|
em_bright.source_classification_genetic_prog({m1},{m2},{chi1},{chi2},{snr})
|
|
```
|
|
```
|
|
|
|
|
|
## Useful links
|
|
## Useful links
|
... | | ... | |