wi-lab commited on
Commit
576f26f
Β·
verified Β·
1 Parent(s): db552e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -614,7 +614,7 @@ with gr.Blocks(css="""
614
  <li><b>πŸ“‚ Dataset</b>: Use the default dataset (a combination of six scenarios from the DeepMIMO dataset) or upload your own dataset in <b>h5</b> format.</li>
615
  <li><b>πŸ’‘ Custom Dataset Requirements:</b>
616
  <ul>
617
- <li>πŸŽ› <b>channels</b> array: Shape (N,32,32), rows: 32 antennas at BS, columns: 32 antennas at UEs</li>
618
  <li>🏷️ <b>labels</b> array: Binary LoS/NLoS values (1/0)</li>
619
  </ul>
620
  </li>
 
614
  <li><b>πŸ“‚ Dataset</b>: Use the default dataset (a combination of six scenarios from the DeepMIMO dataset) or upload your own dataset in <b>h5</b> format.</li>
615
  <li><b>πŸ’‘ Custom Dataset Requirements:</b>
616
  <ul>
617
+ <li>πŸŽ› <b>channels</b> array: Shape (N,32,32), rows: 32 antennas at BS, columns: 32 subcarriers</li>
618
  <li>🏷️ <b>labels</b> array: Binary LoS/NLoS values (1/0)</li>
619
  </ul>
620
  </li>