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