Skip to content

Commit 10e772b

Browse files
committed
Remove example script for Discrete Task-Oriented Deep JSCC (Xie 2023) model, including model configuration, evaluation, visualization, and performance comparison across different channels.
1 parent 46bb24b commit 10e772b

File tree

3 files changed

+0
-1216
lines changed

3 files changed

+0
-1216
lines changed

docs/examples/models/index.rst

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,6 @@ Neural network models and architectures for communications, including deep learn
121121
<div class="sphx-glr-thumbnail-title">Projections and Cover Tests for Communication Systems</div>
122122
</div>
123123

124-
.. raw:: html
125-
126-
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to use the SequentialModel as a foundation for building modular neural network architectures. The SequentialModel allows you to compose multiple modules together, similar to PyTorch's nn.Sequential but with additional features for communication system modeling.">
127-
128-
.. only:: html
129-
130-
.. image:: /auto_examples/models/images/thumb/sphx_glr_plot_sequential_model_thumb.png
131-
:alt: Sequential Model for Modular Neural Network Design
132-
133-
:ref:`sphx_glr_auto_examples_models_plot_sequential_model.py`
134-
135-
.. raw:: html
136-
137-
<div class="sphx-glr-thumbnail-title">Sequential Model for Modular Neural Network Design</div>
138-
</div>
139-
140124
.. raw:: html
141125

142126
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to use the UplinkMACChannel in an end-to-end communication system. The UplinkMACChannel handles per-user channel effects and signal combining for uplink Multiple Access Channel scenarios. Since UplinkMACChannel expects separate user signals (before combining), we create a custom model that properly integrates encoders, UplinkMACChannel, and decoders. Key Features Demonstrated: - Using UplinkMACChannel for per-user channel modeling - Comparing different channel configurations (shared vs per-user channels) - Analyzing performance with varying numbers of users - Demonstrating dynamic parameter updates during transmission">
@@ -153,22 +137,6 @@ Neural network models and architectures for communications, including deep learn
153137
<div class="sphx-glr-thumbnail-title">UplinkMACChannel Integration Example</div>
154138
</div>
155139

156-
.. raw:: html
157-
158-
<div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates how to use the Discrete Task-Oriented Deep JSCC (DT-DeepJSCC) model from Xie et al. (2023). Unlike traditional DeepJSCC which focuses on image reconstruction, DT-DeepJSCC is designed for task-oriented semantic communications, specifically for image classification tasks. It uses a discrete bottleneck for robustness against channel impairments.">
159-
160-
.. only:: html
161-
162-
.. image:: /auto_examples/models/images/thumb/sphx_glr_plot_xie2023_dt_deepjscc_thumb.png
163-
:alt: Discrete Task-Oriented Deep JSCC Model (Xie 2023)
164-
165-
:ref:`sphx_glr_auto_examples_models_plot_xie2023_dt_deepjscc.py`
166-
167-
.. raw:: html
168-
169-
<div class="sphx-glr-thumbnail-title">Discrete Task-Oriented Deep JSCC Model (Xie 2023)</div>
170-
</div>
171-
172140
.. raw:: html
173141

174142
</div>
@@ -184,6 +152,4 @@ Neural network models and architectures for communications, including deep learn
184152
/auto_examples/models/plot_deepjscc_model
185153
/auto_examples/models/plot_multiple_access_channel
186154
/auto_examples/models/plot_projections_and_cover_tests
187-
/auto_examples/models/plot_sequential_model
188155
/auto_examples/models/plot_uplink_mac_integration
189-
/auto_examples/models/plot_xie2023_dt_deepjscc

0 commit comments

Comments
 (0)