Update README.md
Browse files
README.md
CHANGED
@@ -418,7 +418,7 @@ selected_scenario_names = [scenarios_list()[6]] # Choose a specific scenario
|
|
418 |
8. **`selected_scenario_names`**:
|
419 |
- Specifies the scenario(s) from the dataset to use for training and evaluation.
|
420 |
- **`scenarios_list()`**: A utility function that provides all available scenarios in the dataset.
|
421 |
-
- `[
|
422 |
|
423 |
---
|
424 |
|
@@ -505,13 +505,13 @@ This generates embeddings or visualizations, depending on your configuration. Fo
|
|
505 |
|
506 |
|  |  |  |
|
507 |
|:---------------------------------------------:|:---------------------------------------------:|:---------------------------------------------:|
|
508 |
-
| **Raw Channels** | **General-
|
509 |
|
510 |
### **Beam Prediction Task**
|
511 |
|
512 |
|  |  |  |
|
513 |
|:---------------------------------------------:|:---------------------------------------------:|:---------------------------------------------:|
|
514 |
-
| **Raw Channels** | **General-
|
515 |
|
516 |
|
517 |
---
|
|
|
418 |
8. **`selected_scenario_names`**:
|
419 |
- Specifies the scenario(s) from the dataset to use for training and evaluation.
|
420 |
- **`scenarios_list()`**: A utility function that provides all available scenarios in the dataset.
|
421 |
+
- `[6]`: Selects the 6th scenario, representing a specific wireless environment and base station configuration. In this case, Scenario 6 corresponds to channels of size \((16, 32)\) between BS 3 and users in the densified **Miami** scenario. The dataset is available at [**Hugging Face Datasets**](https://huggingface.co/datasets/wi-lab/lwm/tree/main).
|
422 |
|
423 |
---
|
424 |
|
|
|
505 |
|
506 |
|  |  |  |
|
507 |
|:---------------------------------------------:|:---------------------------------------------:|:---------------------------------------------:|
|
508 |
+
| **Raw Channels** | **General-Purpose Embeddings** | **Task-Specific Embeddings** |
|
509 |
|
510 |
### **Beam Prediction Task**
|
511 |
|
512 |
|  |  |  |
|
513 |
|:---------------------------------------------:|:---------------------------------------------:|:---------------------------------------------:|
|
514 |
+
| **Raw Channels** | **General-Purpose Embeddings** | **Task-Specific Embeddings** |
|
515 |
|
516 |
|
517 |
---
|