cntk.contrib.crosstalkcaffe.convert module

class CaffeConverter[source]

Bases: object

Convert Caffe CNN into CNTK formats

static from_model(conf_path)[source]
Convert a Caffe model to a CNTK model
Parameters:conf_path (str) – Path to the configuration file
Returns:None