Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #178

Draft
wants to merge 1 commit into
base: docs-typos-and-mistakes
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions neps_examples/convenience/declarative_usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Python script demonstrates how to integrate NePS with a neural network trai
optimization. It utilizes a YAML configuration file to set up and run the experiments.

```python
--8<-- "neps_examples/declarative_usage/hpo_example.py"
--8<-- "neps_examples/convenience/declarative_usage/hpo_example.py"
```

### `config.yaml`
Expand All @@ -18,7 +18,7 @@ This YAML file defines the NePS arguments for the experiment. By editing this fi
experiments without modifying the Python script.

```yaml
--8<-- "neps_examples/declarative_usage/config.yaml"
--8<-- "neps_examples/convenience/declarative_usage/config.yaml"
```

## Quick Start Guide
Expand Down