dlhdl.Simulator class
Package: dlhdl
Create an object that retrieves intermediate layer results and validate deep learning network prediction accuracy
Since R2021b
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
Version History
Introduced in R2021b