Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 712 Bytes

File metadata and controls

28 lines (18 loc) · 712 Bytes

class GrpcPredictResponse


method to_dict

to_dict()

Returns inference results in dictionary format:

{
    ...          
    <output_name>: <numpy ndarray with result>      
    ...      
} 

Return to the main page