Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ cp protac_degradation_predictor/data/uniprot2embedding.h5 data/
|
|
77 |
conda env create -f environment.yaml
|
78 |
conda activate protac-degradation-predictor
|
79 |
```
|
80 |
-
4. The code for training the
|
81 |
|
82 |
(Don't forget to adjust the `PYTHONPATH` environment variable to include the repository directory: `export PYTHONPATH=$PYTHONPATH:/path/to/PROTAC-Degradation-Predictor`)
|
83 |
|
|
|
77 |
conda env create -f environment.yaml
|
78 |
conda activate protac-degradation-predictor
|
79 |
```
|
80 |
+
4. The code for training the PyTorch models can be found in the file [`run_experiments_pytorch.py`](src/run_experiments_pytorch.py).
|
81 |
|
82 |
(Don't forget to adjust the `PYTHONPATH` environment variable to include the repository directory: `export PYTHONPATH=$PYTHONPATH:/path/to/PROTAC-Degradation-Predictor`)
|
83 |
|