Caffe2 - Python API
A deep learning, cross platform ML framework
Static Public Member Functions | List of all members
caffe2.python.gradient_checker.NetGradientChecker Class Reference
Inheritance diagram for caffe2.python.gradient_checker.NetGradientChecker:

Static Public Member Functions

def CompareNets (nets, outputs, outputs_with_grad_ids, inputs_with_grads, input_values=None, threshold=0.0000001, print_net_images=False)
 
def Check (net, outputs_with_grad, input_values, input_to_check, step_size=0.0001, threshold=0.05, print_net=True)
 

Detailed Description

Definition at line 71 of file gradient_checker.py.


The documentation for this class was generated from the following file: