Skip to content

Commit

Permalink
reference dreem instead of biogtr
Browse files Browse the repository at this point in the history
  • Loading branch information
aaprasad committed Jun 10, 2024
1 parent b9a332d commit 5939591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dreem/training/configs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Description of training parameters

Here, we describe the hyperparameters used for setting up training. Please see [biogtr/training/configs/base.yaml](./base.yaml) for an example
Here, we describe the hyperparameters used for setting up training. Please see [dreem/training/configs/base.yaml](./base.yaml) for an example

> Note: for using defaults, simply leave the field blank or don't include the key. Using `null` will initialize the value to `None` e.g
> ```YAML
Expand Down Expand Up @@ -121,7 +121,7 @@ This subsection contains the parameters for initializing a Temporal [`Embedding`
* `temperature`: (`float`) the temperature constant to be used when computing the sinusoidal position embedding
##### Learned Params:
* `emb_num`: (`int`) the number of embeddings in the lookup table.
Note: See [`biogtr.models.Embedding`](../../models/embedding.py) for additional `kwargs` that can be passed
Note: See [`dreem.models.Embedding`](../../models/embedding.py) for additional `kwargs` that can be passed
##### Examples:
###### Fixed:
```YAML
Expand Down

0 comments on commit 5939591

Please sign in to comment.