dlhdl.Simulator Class
Namespace: dlhdl
Create an object that retrieves intermediate layer results and validate deep learning network prediction accuracy
Since R2021b
dlhdl.Simulator
will be removed in a future release. For quantized
networks use the quantize
object instead.
Description
Use the dlhdl.Simulator
class to creates a simulator object that you use
to retrieve intermediate layer results and verify the accuracy of prediction results for your
deep learning network without the need for hardware targets.
Creation
creates a simObj
=dlhdl.Simulator('Network',Network
,'ProcessorConfig',ProcessorConfig
)dlhdl.Simulator
object that you use to retrieve intermediate
layer results and verify the accuracy of prediction results for your deep learning network
without the need for hardware targets.
Input Arguments
Methods
Examples
Limitations
dlhdl.Simulator
object does not support:
Multiple input networks
Multiple output networks
Sequence input layer
Word embedding layer
Long short-term memory (LSTM) layer
Gated recurrent unit (GRU) layer
Projected LSTM layer
dlnetwork
object