Sadjad Alikhani commited on
Commit
a0d6ab2
·
verified ·
1 Parent(s): 506b17c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -107,7 +107,7 @@ This repository contains the implementation of **LWM** (Large Wireless Model), a
107
 
108
  6. **Print Results**
109
 
110
- Finally, you can print the results and check the shape of the generated dataset:
111
 
112
  ```python
113
  # Step 9: Print results
@@ -122,5 +122,3 @@ This repository contains the implementation of **LWM** (Large Wireless Model), a
122
  - Python 3.x
123
  - PyTorch
124
  - Git
125
-
126
- Ensure you have the necessary libraries installed before running the script.
 
107
 
108
  6. **Print Results**
109
 
110
+ Finally, you can use the generated raw channels and their inferred LWM embeddings in your downstream tasks:
111
 
112
  ```python
113
  # Step 9: Print results
 
122
  - Python 3.x
123
  - PyTorch
124
  - Git