Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -675,7 +675,7 @@ with gr.Blocks(css="""
|
|
675 |
hdf.create_dataset('labels', data=labels)
|
676 |
print("Dataset saved!")
|
677 |
|
678 |
-
# To use your preferred DeepMIMO scenarios for the custom dataset, please [clone the model](https://huggingface.co/wi-lab/lwm) and follow the instructions below:
|
679 |
from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen
|
680 |
|
681 |
scenario_names = np.array([
|
|
|
675 |
hdf.create_dataset('labels', data=labels)
|
676 |
print("Dataset saved!")
|
677 |
|
678 |
+
# To use your preferred DeepMIMO scenarios for the custom dataset, please [clone the model and datasets](https://huggingface.co/wi-lab/lwm) and follow the instructions below:
|
679 |
from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen
|
680 |
|
681 |
scenario_names = np.array([
|