cntk.contrib.crosstalkcaffe.validation.validcore module

class Validator(global_conf, functions)[source]

Bases: object

The validation module to check the difference between original Caffe and converted CNTK models

activate()[source]
The function executes target validation core
Parameters:None
Returns:None
val_network()[source]
The function executes CNTK forward and dumps watched nodes into temporary files with
numpy.mat formats
Parameters:None
Returns:whether to validate the network
Return type:bool