Skip to content

Commit 9e153e6

Browse files
Update installation instructions and documentation
Updated Python version and modified documentation structure.
1 parent cc97080 commit 9e153e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For the parametric models (MDN, KMN, NF), we recommend the usage of noise regula
3535

3636
## Installation
3737

38-
Clone the repository and run the provided script to create the `cde-pytorch` Conda environment (Python 3.11 with CPU PyTorch plus the pinned NumPy/SciPy versions that are tested with CDE):
38+
Clone the repository and run the provided script to create the `cde-pytorch` Conda environment (Python 3.12, PyTorch 2.9):
3939
```bash
4040
bash scripts/setup_pytorch_env.sh
4141
```
@@ -46,8 +46,8 @@ pip install --break-system-packages -e .
4646
Prior to running experiments, set your Weights & Biases API key so wandb logging works (`export WANDB_API_KEY=<your-key>` or configure it via `wandb login` for online runs). You can store that key in a `.env` file (`WANDB_API_KEY=…`) and source it before launch. The tracking helpers also write CSV/PD outputs into `wandb/` when enabled.
4747

4848
If you already have a PyTorch environment, you can install the package with `pip install cde`; the runtime expects the usual scientific stack (`numpy`, `scipy`, `pandas`, `matplotlib`) and `ml_logger`.
49-
## Documentation and paper
50-
See the documentation [here](https://freelunchtheorem.github.io/Conditional_Density_Estimation). A paper on best practices and benchmarks on conditional density estimation with neural networks that makes extensive use of this library can be found [here](https://arxiv.org/abs/1903.00954).
49+
## Paper
50+
A paper on best practices and benchmarks on conditional density estimation with neural networks that makes extensive use of this library can be found [here](https://arxiv.org/abs/1903.00954).
5151

5252
## Usage
5353
The following code snipped holds an easy example that demonstrates how to use the cde package.

0 commit comments

Comments
 (0)